Compare commits

...

11 Commits

Author SHA1 Message Date
399e9a9c5e ci: Change to woodpecker 2.0 steps
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed
2023-11-13 20:15:10 +01:00
b7de852a9f Merge branch 'main' into ci 2023-11-13 20:14:06 +01:00
cfebefb0d1 feat: Improve description 2023-11-13 15:14:35 +01:00
7355998199 Link to own theme fork 2023-10-04 19:34:41 +02:00
f7c0f294be Add CI status badge 2023-10-04 10:44:26 +02:00
786a912168 Use hugo image with extendedsupport, see https://gohugo.io/troubleshooting/faq/\#i-get--this-feature-is-not-available-in-your-current-hugo-version 2023-10-04 10:43:20 +02:00
d43255bf8b Use own fork of theme 2023-10-04 10:39:05 +02:00
c5b642b2de Adjust to real domain 2023-10-04 10:24:39 +02:00
adfbb243a1 Add CI 2023-10-04 10:24:20 +02:00
473572f164 Add readme 2023-08-28 19:30:20 +02:00
468ca7c442 Add woodpecker config 2023-08-28 13:00:31 +02:00
4 changed files with 37 additions and 5 deletions

2
.gitmodules vendored
View File

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

22
.woodpecker.yml Normal file
View File

@ -0,0 +1,22 @@
---
steps:
build:
image: klakegg/hugo:ext
commands:
- hugo
deploy:
image: appleboy/drone-scp
settings:
strip_components: 1
host:
from_secret: host
username:
from_secret: ssh_user
target:
from_secret: path
source: public/
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,4 +1,4 @@
baseURL = "https://files.hyteck.de"
baseURL = "https://gebuehr.net"
languageCode = "de"
defaultContentLanguage = 'de'
title = "Gebühr.net"
@ -12,7 +12,7 @@ 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"
@ -21,14 +21,14 @@ copyright = "Copyright © Daniel & Julian-Samuel Gebühr"
# 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