init
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
public
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/terminal"]
|
||||||
|
path = themes/terminal
|
||||||
|
url = https://github.com/panr/hugo-theme-terminal.git
|
||||||
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
39
config.toml
Normal file
39
config.toml
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
baseURL = 'openttd.pph21.duckdns.org'
|
||||||
|
languageCode = 'cs'
|
||||||
|
defaultContentLanguage = "cs"
|
||||||
|
title = 'HoralOpenTTD'
|
||||||
|
theme = "terminal"
|
||||||
|
paginate = 5
|
||||||
|
|
||||||
|
[params]
|
||||||
|
contentTypeName = "posts"
|
||||||
|
themeColor = "green"
|
||||||
|
showLastUpdated = true
|
||||||
|
readingTime = true
|
||||||
|
showMenuItems = 1
|
||||||
|
|
||||||
|
[languages]
|
||||||
|
[languages.cs]
|
||||||
|
languageName = "Čeština"
|
||||||
|
title = "HoralOpenTTD"
|
||||||
|
subtitle = "Mašinky"
|
||||||
|
owner = ""
|
||||||
|
keywords = ""
|
||||||
|
copyright = ""
|
||||||
|
menuMore = "Další"
|
||||||
|
readMore = "Více"
|
||||||
|
readOtherPosts = "Další"
|
||||||
|
newerPosts = "Novější"
|
||||||
|
olderPosts = "Starší"
|
||||||
|
missingContentMessage = "Stránka snědena"
|
||||||
|
missingBackButtonLabel = "Domů"
|
||||||
|
|
||||||
|
[languages.cs.params.logo]
|
||||||
|
logoText = "HoralOpenTTD"
|
||||||
|
logoHomeLink = "/"
|
||||||
|
|
||||||
|
[languages.cs.menu]
|
||||||
|
[[languages.cs.menu.main]]
|
||||||
|
identifier = "o"
|
||||||
|
name = "O nás"
|
||||||
|
url = "/about"
|
||||||
5
content/_index.md
Normal file
5
content/_index.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Vítejte"
|
||||||
|
date: 2022-09-04T16:55:54+02:00
|
||||||
|
---
|
||||||
|
Připoj se.
|
||||||
6
content/about.md
Normal file
6
content/about.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "About"
|
||||||
|
date: 2022-09-04T17:12:55+02:00
|
||||||
|
---
|
||||||
|
|
||||||
|
Haha
|
||||||
6
content/posts/pripojeni.md
Normal file
6
content/posts/pripojeni.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Pripojeni"
|
||||||
|
date: 2022-09-04T17:08:45+02:00
|
||||||
|
---
|
||||||
|
|
||||||
|
Připoj se na server openttd.pph21.duckdns.org.
|
||||||
1
themes/terminal
Submodule
1
themes/terminal
Submodule
Submodule themes/terminal added at 1610962731
Reference in New Issue
Block a user