chore(repo): move Hugo project to repository root
This commit is contained in:
66
hugo.toml
Normal file
66
hugo.toml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user