Smazat vše kromě README
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +0,0 @@
|
|||||||
public/
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "themes/PaperMod"]
|
|
||||||
path = themes/PaperMod
|
|
||||||
url = https://github.com/adityatelange/hugo-PaperMod
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '{{ .Date }}'
|
|
||||||
draft = true
|
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
|
||||||
+++
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -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í
|
|
||||||
|
|
||||||
57
hugo.toml
57
hugo.toml
@@ -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)"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
BIN
static/logo.png
BIN
static/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB |
Submodule themes/PaperMod deleted from 1cf53273c3
Reference in New Issue
Block a user