summaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-04-14 21:11:05 +0200
committermms <michal@sapka.me>2024-04-14 21:11:05 +0200
commit611f78ae533bbf91104afc8904831dcccf0f0d90 (patch)
tree78695a643e2e01344e8bc8cdf92def1b5ae11cf8 /config/_default/hugo.toml
parent741a247f7e230c293b6a3dcc48a38edf02156a8b (diff)
feat: tidy up rot
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r--config/_default/hugo.toml35
1 files changed, 35 insertions, 0 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
new file mode 100644
index 0000000..3994217
--- /dev/null
+++ b/config/_default/hugo.toml
@@ -0,0 +1,35 @@
+baseURL = 'https://michal.sapka.me'
+languageCode = 'en-us'
+title = "Michał Sapka's website"
+tagline = "Hello do Michał's weblog!"
+
+enableGitInfo = true
+
+[params]
+ defaultDescription = "Welcome to my blog!"
+ repoUrl = "https://michal.sapka.me/git/mms/site"
+
+ [author]
+ name = "mms"
+ email = "webmaster@michal.sapka.me"
+
+[taxonomies]
+ category = 'category'
+
+[outputFormats.TXT]
+ mediaType = "text/plain"
+ sufix = "txt"
+ isPlainText = true
+
+[outputs]
+ home = [ "HTML", "RSS", "TXT" ]
+ term = [ "HTML" , "RSS", "TXT" ]
+ taxonomy = [ "HTML", "RSS" ]
+
+[markup]
+ defaultMarkdownHandler = "goldmark"
+ [goldmark]
+ [extensions]
+ footnote = true
+
+