summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-17 22:15:45 +0100
committermms <michal@sapka.me>2024-03-17 22:15:45 +0100
commitbaa60aee1ec1226b0c0e29fe7977c6ab6ae8f24a (patch)
treef05a7d84a910759d0b71b1e8c69604202ed08d1f /config.toml
parentb42de7befc83fc17313ee5402c6568fa7825dce0 (diff)
fix: rss subsections
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 52dd1ab..162a0a8 100644
--- a/config.toml
+++ b/config.toml
@@ -9,6 +9,10 @@ enableGitInfo = true
defaultDescription = "Welcome to my blog!"
repoUrl = "https://michal.sapka.me/git/mms/site"
+ [author]
+ name = "mms"
+ email = "webmaster@michal.sapka.me"
+
[taxonomies]
category = 'category'