1
0
Fork 0

Add well-known Matrix file

This commit is contained in:
Daniel Kempkens 2022-11-12 00:53:02 +01:00
parent f15dd89767
commit d9bf528e58
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 26 additions and 23 deletions

View file

@ -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"

View file

@ -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