summaryrefslogtreecommitdiff
path: root/config/_default/hugo.toml
diff options
context:
space:
mode:
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
+
+