diff options
Diffstat (limited to 'config/_default/hugo.toml')
-rw-r--r-- | config/_default/hugo.toml | 11 |
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] |