diff options
author | mms <michal@sapka.me> | 2024-03-17 22:15:45 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-03-17 22:15:45 +0100 |
commit | baa60aee1ec1226b0c0e29fe7977c6ab6ae8f24a (patch) | |
tree | f05a7d84a910759d0b71b1e8c69604202ed08d1f /config.toml | |
parent | b42de7befc83fc17313ee5402c6568fa7825dce0 (diff) |
fix: rss subsections
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
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' |