From 9a2270e9f1d4aadafb03d1ea5f8aced02d0fd03e Mon Sep 17 00:00:00 2001 From: Archos Date: Sat, 13 Dec 2025 15:38:23 +0100 Subject: [PATCH] =?UTF-8?q?Drobn=C3=A1=20=C3=BAprava=20souboru=20hugo.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index dcce449..11e9c4b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,8 +1,34 @@ baseURL = "http://localhost/" languageCode = "cs-cz" -title = "Oscloud News" +title = "Blog Oscloud" theme = "PaperMod" -[params] - label.icon = "logo.png" - label.text = "Oscloud News" + +[params] + 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 +