This commit is contained in:
2022-09-04 17:30:46 +02:00
commit 92053264e7
8 changed files with 67 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
public

3
.gitmodules vendored Normal file
View 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
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

39
config.toml Normal file
View 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
View 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
View File

@@ -0,0 +1,6 @@
---
title: "About"
date: 2022-09-04T17:12:55+02:00
---
Haha

View 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

Submodule themes/terminal added at 1610962731