Compare commits
10 commits
bc51392280
...
b8a5777431
Author | SHA1 | Date | |
---|---|---|---|
b8a5777431 | |||
1fe685540f | |||
31dd34fd3e | |||
6d793a1e3f | |||
64aec72a61 | |||
2f0e77536e | |||
5004e0f9e3 | |||
5b51cb06c1 | |||
48dc247e9a | |||
95092d8c3c |
5 changed files with 27 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,4 @@
|
|||
[submodule "themes/hello-friend-ng"]
|
||||
path = themes/hello-friend-ng
|
||||
url = https://github.com/rhazdon/hugo-theme-hello-friend-ng.git
|
||||
url = https://github.com/nifoc/hugo-theme-hello-friend-ng.git
|
||||
branch = personal-website
|
||||
|
|
12
config.toml
12
config.toml
|
@ -23,26 +23,32 @@ logoCursorColor = "#ffa86a"
|
|||
[[params.social]]
|
||||
name = "github"
|
||||
url = "https://github.com/nifoc"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "keybase"
|
||||
url = "https://keybase.io/nifoc"
|
||||
name = "keyoxide"
|
||||
url = "https://keyoxide.org/028BCE9BABB5145AAAA1FB8410BE1D47E5ADFF92"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "linkedin"
|
||||
url = "https://www.linkedin.com/in/danielkempkens/"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "ycombinator"
|
||||
url = "https://news.ycombinator.com/user?id=nifoc"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "mastodon"
|
||||
url = "https://infosec.exchange/@nifoc"
|
||||
url = "https://mastodon.kempkens.io/@daniel"
|
||||
rel = "me"
|
||||
|
||||
[[params.social]]
|
||||
name = "matrix"
|
||||
url = "https://matrix.to/#/@daniel:kempkens.io"
|
||||
rel = "me"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
|
|
4
content/_redirects
Normal file
4
content/_redirects
Normal file
|
@ -0,0 +1,4 @@
|
|||
/id https://keyoxide.org/028BCE9BABB5145AAAA1FB8410BE1D47E5ADFF92 307
|
||||
/.well-known/host-meta https://mastodon.kempkens.io/.well-known/host-meta 301
|
||||
/.well-known/webfinger https://mastodon.kempkens.io/.well-known/webfinger 301
|
||||
/.well-known/webfinger/* https://mastodon.kempkens.io/.well-known/webfinger/:splat 301
|
11
static/.well-known/matrix/client
Normal file
11
static/.well-known/matrix/client
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"m.server": {
|
||||
"base_url": "https://matrix.kempkens.io"
|
||||
},
|
||||
"m.homeserver": {
|
||||
"base_url": "https://matrix.kempkens.io"
|
||||
},
|
||||
"org.matrix.msc3575.proxy": {
|
||||
"url": "https://matrix.kempkens.io"
|
||||
}
|
||||
}
|
|
@ -1 +1 @@
|
|||
Subproject commit fff3cc7bcd46476834e5a975e13dce0766c813bd
|
||||
Subproject commit 25078e213ac9114c1d143c0d4d3cfff180cd0b41
|
Loading…
Reference in a new issue