summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
commit47c1289ff658a5aec71635d79ffe30bb29a07876 (patch)
tree56cf6b959e37fed88c492d34defd3d7ec40e7148 /config.toml
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml43
1 files changed, 40 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 1d7c819..7d87c45 100644
--- a/config.toml
+++ b/config.toml
@@ -1,3 +1,40 @@
-baseURL = 'http://example.org/'
-languageCode = 'en-us'
-title = 'My New Hugo Site'
+baseurl = "/"
+languageCode = "en-us"
+title = "Yann's Zettelkasten"
+theme = "hugo-xmin"
+ignoreFiles = [ "\\.Rmd$", "\\.Rmarkdown$", "_cache$" ]
+footnotereturnlinkcontents = "↩"
+
+[[menu.main]]
+name = "Home"
+url = ""
+weight = 10
+
+[[menu.main]]
+name = "About"
+url = "about/"
+weight = 20
+
+[[menu.main]]
+name = "Categories"
+url = "categories/"
+weight = 30
+
+[[menu.main]]
+name = "Tags"
+url = "tags/"
+weight = 40
+
+[[menu.main]]
+name = "Subscribe"
+url = "index.xml"
+
+[params]
+description = "A website built through Hugo and blogdown."
+footer = "&copy; [Yann Herklotz](https://yannherklotz.com) {Year} | [sourcehut](https://sr.ht/~ymherklotz) | [Twitter](https://twitter.com/ymherklotz)"
+
+[markup.highlight]
+codeFences = false
+
+[markup.goldmark.renderer]
+unsafe = true