commit 92053264e72a42af1475876ea14fe110d1cca311 Author: prokopparuzek Date: Sun Sep 4 17:30:46 2022 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a48cf0d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +public diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a6851ba --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/terminal"] + path = themes/terminal + url = https://github.com/panr/hugo-theme-terminal.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..cfe9ca8 --- /dev/null +++ b/config.toml @@ -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" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..581ce7f --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ +--- +title: "Vítejte" +date: 2022-09-04T16:55:54+02:00 +--- +Připoj se. diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..91d5f15 --- /dev/null +++ b/content/about.md @@ -0,0 +1,6 @@ +--- +title: "About" +date: 2022-09-04T17:12:55+02:00 +--- + +Haha diff --git a/content/posts/pripojeni.md b/content/posts/pripojeni.md new file mode 100644 index 0000000..deb939c --- /dev/null +++ b/content/posts/pripojeni.md @@ -0,0 +1,6 @@ +--- +title: "Pripojeni" +date: 2022-09-04T17:08:45+02:00 +--- + +Připoj se na server openttd.pph21.duckdns.org. diff --git a/themes/terminal b/themes/terminal new file mode 160000 index 0000000..1610962 --- /dev/null +++ b/themes/terminal @@ -0,0 +1 @@ +Subproject commit 161096273113101926c90e6de31a955bdc66c235