diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 65e25ec..83bce48 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -27,9 +27,10 @@ clone: steps: # Build hugo static files build: - image: klakegg/hugo:ext-ubuntu-ci - commands: - - hugo --minify + image: plugins/hugo + settings: + hugo_version: 0.138 + validate: true when: event: [pull_request, push] publish: diff --git a/content/_index.md b/content/_index.md index c59fbc1..7e842a9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,3 +4,8 @@ type: docs --- Coming soon + + +### Technical Links + +* [Git](https://git.keks.cloud/gutes.team)