diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 364fdec..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -public/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index be00b3c..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/PaperMod"] - path = themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod diff --git a/.hugo_build.lock b/.hugo_build.lock deleted file mode 100644 index e69de29..0000000 diff --git a/archetypes/default.md b/archetypes/default.md deleted file mode 100644 index 25b6752..0000000 --- a/archetypes/default.md +++ /dev/null @@ -1,5 +0,0 @@ -+++ -date = '{{ .Date }}' -draft = true -title = '{{ replace .File.ContentBaseName "-" " " | title }}' -+++ diff --git a/config.toml b/config.toml deleted file mode 100644 index 8b13789..0000000 --- a/config.toml +++ /dev/null @@ -1 +0,0 @@ - diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index 65e4acb..0000000 --- a/content/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: "Oscloud Blog" ---- - -Vítej na **Oscloud Blogu**. - -Tady najdeš: -- informace o projektu Oscloud -- novinky a změny služeb -- technické poznámky a rozhodnutí - diff --git a/hugo.toml b/hugo.toml deleted file mode 100644 index 9f7832e..0000000 --- a/hugo.toml +++ /dev/null @@ -1,57 +0,0 @@ -baseURL = "http://localhost/" -languageCode = "cs-cz" -title = "Oscloud News" -theme = "PaperMod" - -[params] - ShowReadingTime = true - ShowShareButtons = false - ShowPostNavLinks = true - ShowBreadCrumbs = true - ShowCodeCopyButtons = true - ShowRssButtonInSectionTermList = true - ShowToc = false - label.icon = "logo.png" - label.text = "Oscloud News" - - -[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 - -[[menu.main]] - name = "🇨🇿" - url = "/" - weight = 1 - -[[params.socialIcons]] - name = "mastodon" - url = "https://mamutovo.cz/@oscloud" - title = "Mastodon" - -[[params.socialIcons]] - name = "email" - url = "mailto:info@oscloud.cz" - title = "E-mail" - -[[params.socialIcons]] - name = "github" - url = "https://git.arch-linux.cz/Oscloud" - title = "Gitea (Oscloud)" - - - - diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index 827328a..0000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index 82f3be6..0000000 Binary files a/static/logo.png and /dev/null differ diff --git a/themes/PaperMod b/themes/PaperMod deleted file mode 160000 index 1cf5327..0000000 --- a/themes/PaperMod +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1cf53273c3ba58f0593ecb7c2befe11274f51a4e