diff --git a/.gitmodules b/.gitmodules index a7dbbc2..01c2143 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/color-your-world"] path = themes/color-your-world - url = https://gitlab.com/rmaguiar/hugo-theme-color-your-world.git + url = https://gitlab.com/moanos/hugo-theme-color-your-world.git diff --git a/.woodpecker.yml b/.woodpecker.yml index 38d360e..47b02c1 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: - image: klakegg/hugo + image: klakegg/hugo:ext commands: - hugo @@ -11,11 +11,11 @@ pipeline: settings: strip_components: 1 host: - from_secret: ssh_host + from_secret: host username: from_secret: ssh_user target: - from_secret: target_directory + from_secret: path source: public/ key: from_secret: ssh_key diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1c42fb --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[![status-badge](https://woodpecker.hyteck.de/api/badges/96/status.svg)](https://woodpecker.hyteck.de/repos/96) + +# Getting started + +* Clone the repository +* Clone the submodules (the theme) +```bash +git submodule update --init --recursive +``` +* Run the local hugo server with `hugo server` diff --git a/config.toml b/config.toml index d8c3228..eef1ba2 100644 --- a/config.toml +++ b/config.toml @@ -1,35 +1,34 @@ -baseURL = "https://files.hyteck.de" +baseURL = "https://gebuehr.net" languageCode = "de" +defaultContentLanguage = 'de' title = "Gebühr.net" theme = "color-your-world" - -publishDir="../sws/files.hyteck.de/" relativeURLs=true -copyright = "Copyright © Danial & Julian-Samuel Gebühr" +copyright = "Copyright © Daniel & Julian-Samuel Gebühr" [params] # Site description - description = "Eine sehr statische Seite" + description = "Website der Familie Gebühr" # Author author = "Julian-Samuel Gebühr" - authorDesc = "Medizininformatiker, Opem Source Entwickler" + authorDesc = "Medizininformatiker, Open Source Entwickler" # Footer text # Each value will become a paragraph # Keep it as an array - footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/rmaguiar/hugo-theme-color-your-world) theme." ] + footerText = [ "Generated with [Hugo](https://gohugo.io) using the [Color Your World](https://gitlab.com/moanos/hugo-theme-color-your-world) theme." ] # Site cover, for Open Graph, Twitter Cards and Schema.org # It will be used if the current page doesn't have an image cover # File will be picked from the "assets" directory # Comment the lines if you don't want to use it cover = "img/cover.jpg" - coverAlt = "A placeholder that doesn't deserve to be described." + coverAlt = "" # Shows a message in the footer about JavaScript being disabled # The default is false diff --git a/content/_index.de.md b/content/_index.de.md index b03dc9e..ffe0c1f 100644 --- a/content/_index.de.md +++ b/content/_index.de.md @@ -1,7 +1,7 @@ --- -title : "Welcome" +title : "Wilkommen" disableTitleSeparator : true --- -Website der Familie Gebühr. Für Internetdienstleistungen gerne die Kontaktdaten nutzen. +Website der Familie Gebühr. Für Internetdienstleistungen gerne [Kontakt](/kontakt) aufnehmen. diff --git a/content/impressum/index.md b/content/impressum/index.de.md similarity index 100% rename from content/impressum/index.md rename to content/impressum/index.de.md diff --git a/content/kontakt/index.md b/content/kontakt/index.de.md similarity index 100% rename from content/kontakt/index.md rename to content/kontakt/index.de.md diff --git a/themes/color-your-world b/themes/color-your-world index 61d9137..57cfc5b 160000 --- a/themes/color-your-world +++ b/themes/color-your-world @@ -1 +1 @@ -Subproject commit 61d9137fa3bdfd909aad34fa96ce37aeffb7005e +Subproject commit 57cfc5bc482c6a31c9a68eeaeb6e4d0f175c7222