Drobná úprava souboru hugo.toml

This commit is contained in:
2025-12-13 15:38:23 +01:00
parent e005b9beb1
commit 9a2270e9f1

View File

@@ -1,8 +1,34 @@
baseURL = "http://localhost/" baseURL = "http://localhost/"
languageCode = "cs-cz" languageCode = "cs-cz"
title = "Oscloud News" title = "Blog Oscloud"
theme = "PaperMod" theme = "PaperMod"
[params]
label.icon = "logo.png" [params]
label.text = "Oscloud News" ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowToc = false
label.icon = "logo.png"
label.text = "Blog Oscloud"
[outputs]
home = ["HTML", "RSS", "JSON"]
[[menu.main]]
name = "Archiv"
url = "/archives/"
weight = 10
[[menu.main]]
name = "Vyhledávání"
url = "/search/"
weight = 20
[[menu.main]]
name = "Tagy"
url = "/tags/"
weight = 30