# Hyteck Blog ![CI Badge](https://woodpecker.hyteck.de/api/badges/moan0s/Hyteck/status.svg) ## Theme The blog uses the [hugo-nederburg-theme](https://github.com/moan0s/hugo-nederburg-theme) which was created by [appernetic](https://www.patreon.com/appernetic) but is no longer maintained, therefore I use my own fork. ## CI The blog is deployed using my own [Woodpecker CI](woodpecker.hyteck.de). There is a seperate SSH key to the uberspace. ## Forgejo runner | Secret | Example | Description | |-----------------|---------------------------------------|----------------------------------------------------------| | DEPLOY_HOST | example.org | Target host to deploy to | | DEPLOY_USER | ci-user | SSH username | | DEPLOY_PATH | /static_sites/static-hyteck/hyteck.de | Pather where to deploy to | | SSH_PRIVATE_KEY | | Private key matching one in the server’s authorized_keys | | HUGO_VERSION | v0.147.8 | (Optional) Specify the hugo version |