From f4bb92435d069f84ce41d4ecae51641872de2270 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 19 May 2024 15:33:26 +0200 Subject: feat: themes --- config/_default/hugo.toml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'config') 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] -- cgit v1.2.3