add woodpecker ci

This commit is contained in:
Norman Köhring 2023-04-29 00:37:57 +02:00
parent fd4004c080
commit 8ba0e39bde
2 changed files with 15 additions and 0 deletions

5
.woodpecker.yml Normal file
View file

@ -0,0 +1,5 @@
pipeline:
build:
image: jauderho/zola:latest
commands:
- zola build

10
README.md Normal file
View file

@ -0,0 +1,10 @@
# tiskifer.dk
This is a Zola based static website for Dan Tiskifer.
[![status-badge](https://ci.k0r.in/api/badges/n/tiskifer.dk/status.svg)](https://ci.k0r.in/n/tiskifer.dk)
## Build
```sh
zola build
```