summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-19 15:33:26 +0200
committermms <michal@sapka.me>2024-05-19 15:33:26 +0200
commitf4bb92435d069f84ce41d4ecae51641872de2270 (patch)
treee830735f772bd789473884dafbeabc8cad63dc8f /config
parente25abc08a5d3e7b94b638d837d26acbc0b79f14b (diff)
feat: themes
Diffstat (limited to 'config')
-rw-r--r--config/_default/hugo.toml11
1 files changed, 4 insertions, 7 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 3994217..51344d7 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -3,6 +3,8 @@ languageCode = 'en-us'
title = "Michał Sapka's website"
tagline = "Hello do Michał's weblog!"
+theme = "sapka-2024"
+
enableGitInfo = true
[params]
@@ -16,14 +18,9 @@ enableGitInfo = true
[taxonomies]
category = 'category'
-[outputFormats.TXT]
- mediaType = "text/plain"
- sufix = "txt"
- isPlainText = true
-
[outputs]
- home = [ "HTML", "RSS", "TXT" ]
- term = [ "HTML" , "RSS", "TXT" ]
+ home = [ "HTML", "RSS" ]
+ term = [ "HTML" , "RSS" ]
taxonomy = [ "HTML", "RSS" ]
[markup]