summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index 6399b34..eb4eb1c 100644
--- a/config.toml
+++ b/config.toml
@@ -1,12 +1,11 @@
-baseURL = 'https://d-s.sh'
+baseURL = 'https://michal.sapka.me'
languageCode = 'en-us'
-title = "d-s"
-tagline = "Hello do d-s's weblog!"
+title = "Michał Sapka's webpage"
+tagline = "Hello do Michał's weblog!"
[params]
-
defaultDescription = "Welcome to my blog!"
plausibleDomain = "d-s.sh"
@@ -21,8 +20,8 @@ tagline = "Hello do d-s's weblog!"
[outputs]
home = [ "HTML", "RSS", "TXT" ]
- term = [ "HTML" ]
- taxonomy = [ "HTML" ]
+ term = [ "HTML" , "RSS" ]
+ taxonomy = [ "HTML" ]
[markup]
defaultMarkdownHandler = "goldmark"