summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index 7310277..c40f8db 100644
--- a/config.toml
+++ b/config.toml
@@ -4,14 +4,14 @@ title = "Minskio"
theme = "Brine"
[permalinks]
- posts = "/:title/"
+ posts = "/:title/"
[markup.goldmark.renderer]
- unsafe = true
+ unsafe = true
[params]
- author = "Peter"
- description = "The 'No-Pictures' Blog"
+ author = "Peter"
+ description = "The 'No-Pictures' Blog"
[taxonomies]
tag = "tags"
@@ -19,4 +19,3 @@ theme = "Brine"
recipe = "recipe"
dream = "dream"
language = "language"
-