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