Merge branch 'main' into ci

This commit is contained in:
moanos [he/him] 2023-11-13 20:14:06 +01:00
commit b7de852a9f
8 changed files with 24 additions and 15 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "themes/color-your-world"] [submodule "themes/color-your-world"]
path = 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

View File

@ -2,7 +2,7 @@
pipeline: pipeline:
build: build:
image: klakegg/hugo image: klakegg/hugo:ext
commands: commands:
- hugo - hugo
@ -11,11 +11,11 @@ pipeline:
settings: settings:
strip_components: 1 strip_components: 1
host: host:
from_secret: ssh_host from_secret: host
username: username:
from_secret: ssh_user from_secret: ssh_user
target: target:
from_secret: target_directory from_secret: path
source: public/ source: public/
key: key:
from_secret: ssh_key from_secret: ssh_key

10
README.md Normal file
View File

@ -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`

View File

@ -1,35 +1,34 @@
baseURL = "https://files.hyteck.de" baseURL = "https://gebuehr.net"
languageCode = "de" languageCode = "de"
defaultContentLanguage = 'de'
title = "Gebühr.net" title = "Gebühr.net"
theme = "color-your-world" theme = "color-your-world"
publishDir="../sws/files.hyteck.de/"
relativeURLs=true relativeURLs=true
copyright = "Copyright © Danial & Julian-Samuel Gebühr" copyright = "Copyright © Daniel & Julian-Samuel Gebühr"
[params] [params]
# Site description # Site description
description = "Eine sehr statische Seite" description = "Website der Familie Gebühr"
# Author # Author
author = "Julian-Samuel Gebühr" author = "Julian-Samuel Gebühr"
authorDesc = "Medizininformatiker, Opem Source Entwickler" authorDesc = "Medizininformatiker, Open Source Entwickler"
# Footer text # Footer text
# Each value will become a paragraph # Each value will become a paragraph
# Keep it as an array # 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 # Site cover, for Open Graph, Twitter Cards and Schema.org
# It will be used if the current page doesn't have an image cover # It will be used if the current page doesn't have an image cover
# File will be picked from the "assets" directory # File will be picked from the "assets" directory
# Comment the lines if you don't want to use it # Comment the lines if you don't want to use it
cover = "img/cover.jpg" 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 # Shows a message in the footer about JavaScript being disabled
# The default is false # The default is false

View File

@ -1,7 +1,7 @@
--- ---
title : "Welcome" title : "Wilkommen"
disableTitleSeparator : true 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.

@ -1 +1 @@
Subproject commit 61d9137fa3bdfd909aad34fa96ce37aeffb7005e Subproject commit 57cfc5bc482c6a31c9a68eeaeb6e4d0f175c7222