Smazat vše kromě README

This commit is contained in:
2025-12-13 17:46:57 +01:00
parent 9291a5f49c
commit dc7dd34875
21 changed files with 550 additions and 0 deletions

23
hugo.toml Normal file
View File

@@ -0,0 +1,23 @@
baseURL = "https://news.oscloud.cz/"
languageCode = "cs-cz"
title = "Oscloud News"
theme = "ananke"
[params]
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
[[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"