Add well-known Matrix file
This commit is contained in:
parent
f15dd89767
commit
d9bf528e58
2 changed files with 26 additions and 23 deletions
46
config.toml
46
config.toml
|
@ -1,5 +1,5 @@
|
||||||
baseURL = "https://kempkens.io"
|
baseURL = "https://kempkens.io"
|
||||||
title = "Daniel Kempkens"
|
title = "Daniel Kempkens"
|
||||||
defaultContentLanguage = "de"
|
defaultContentLanguage = "de"
|
||||||
languageCode = "de-de"
|
languageCode = "de-de"
|
||||||
theme = "hello-friend-ng"
|
theme = "hello-friend-ng"
|
||||||
|
@ -8,32 +8,32 @@ enableRobotsTXT = true
|
||||||
disableKinds = ["taxonomy", "term", "RSS"]
|
disableKinds = ["taxonomy", "term", "RSS"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
homeSubtitle = "Anwendungsentwickler"
|
homeSubtitle = "Anwendungsentwickler"
|
||||||
|
|
||||||
disableReadOtherPosts = true
|
disableReadOtherPosts = true
|
||||||
enableSharingButtons = false
|
enableSharingButtons = false
|
||||||
enableGlobalLanguageMenu = false
|
enableGlobalLanguageMenu = false
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
logoMark = "$"
|
logoMark = "$"
|
||||||
logoText = "cd /home/"
|
logoText = "cd /home/"
|
||||||
logoHomeLink = "/"
|
logoHomeLink = "/"
|
||||||
logoCursorColor = "#ffa86a"
|
logoCursorColor = "#ffa86a"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "github"
|
name = "github"
|
||||||
url = "https://github.com/nifoc"
|
url = "https://github.com/nifoc"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "linkedin"
|
name = "linkedin"
|
||||||
url = "https://www.linkedin.com/in/danielkempkens/"
|
url = "https://www.linkedin.com/in/danielkempkens/"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "ycombinator"
|
name = "ycombinator"
|
||||||
url = "https://news.ycombinator.com/user?id=nifoc"
|
url = "https://news.ycombinator.com/user?id=nifoc"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "https://blog.kempkens.io"
|
url = "https://blog.kempkens.io"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
/.well-known/matrix/server
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
https://kempkens.io/*
|
https://kempkens.io/*
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-XSS-Protection: 1; mode=block
|
X-XSS-Protection: 1; mode=block
|
||||||
|
|
Loading…
Reference in a new issue