summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 22f883f..64c052a 100644
--- a/config.toml
+++ b/config.toml
@@ -4,11 +4,13 @@ theme = "markskitchen"
baseURL = "https://marks.kitchen"
paginate = 5
rssLimit = 10
-description = "Mark's personal blog and more, showcasing lots of programming projects."
[author]
name = "Mark Powers"
+[params]
+description = "Mark's personal blog and more, showcasing lots of programming projects."
+
[[menu.main]]
identifier = "about"
name = "About"