chore(repo): move Hugo project to repository root

This commit is contained in:
2025-12-13 20:48:40 +01:00
parent 68469a8e5a
commit bd80f99079
42 changed files with 261 additions and 455 deletions

66
hugo.toml Normal file
View File

@@ -0,0 +1,66 @@
baseURL = "https://blog.oscloud.cz"
languageCode = "cs-cz"
title = "Oscloud News"
theme = "PaperMod"
[pagination]
pagerSize = 5
[params]
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowToc = false
[outputs]
home = ["HTML", "RSS", "JSON"]
[params.label]
text = "Oscloud News"
icon = "logo.png"
iconHeight = 32
[params.homeInfoParams]
Title = "Oscloud News"
Content = """
Novinky, změny a důležité informace kolem **[Oscloudu](https://oscloud.cz)**.
- aktualizace služeb
- nové aplikace
- provozní informace
"""
[[params.socialIcons]]
name = "mastodon"
url = "https://mamutovo.cz/@oscloud"
[[params.socialIcons]]
name = "email"
url = "mailto:info@oscloud.cz"
[[params.socialIcons]]
name = "github"
url = "https://git.arch-linux.cz/Oscloud"
[[menu.main]]
name = "🇨🇿"
url = "/"
weight = 1
[[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