summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorMichał M. Sapka <michal@sapka.me>2023-02-24 21:23:37 +0100
committerMichał M. Sapka <michal@sapka.me>2023-02-25 00:21:16 +0100
commitba675a3bf24c1a2fc4afd37caaaefb8b9f80a18c (patch)
tree9a789440a1698f286387952c1d893ed823f5471a /config.toml
parentde97bdfd07f43e1e394fcd310aeca277e043500b (diff)
feat: prelimiary work on new layout
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 2d7e16b..8fda764 100644
--- a/config.toml
+++ b/config.toml
@@ -2,10 +2,15 @@ baseURL = 'https://d-s.sh'
languageCode = 'en-us'
title = "d-s"
tagline = "Hello do d-s's weblog!"
+
[params]
defaultDescription = "Welcome to my blog!"
plausibleDomain = "d-s.sh"
+[taxonomies]
+ category = 'categories'
+ tag = 'tags'
+
[outputFormats.TXT]
mediaType = "text/plain"
sufix = "txt"