- all tags "v*" will be deployed to the site as described in [.drone.yml](.drone.yml)
- all tags "v*" will be deployed to the site as defined in [.drone.yml](.drone.yml)
- Test Server: ![Build status](https://drone.k8s.sqa.ddnss.org/api/badges/snowball/hugo-test/status.svg)
- New Server: ![Build status](https://drone.k8s.sqa.ddnss.org/api/badges/barnekleinen/seuh2022/status.svg)
## Editing and Releasing from the Github Website
## Editing and Releasing from the Github Website
- all content is contained in markdown files in the [content folder](tree/master/content) - find the matching page in the hierarchy and edit the content via the webpage
- all content is consists in markdown files in the [content folder](tree/master/content) - find the matching page in the hierarchy and edit the content via the webpage
- [draft and create a new release](https://github.com/seuh2022/seuh2022/releases/new) - create a new tag on the go, it has to start with a "v", e.g. "v1.1" to be deployed.
- [draft and create a new release](https://github.com/seuh2022/seuh2022/releases/new) - create a new tag on the go, it has to start with a "v", e.g. "v1.1" to be deployed.
## Editing and Development:
## Editing and Development:
This website was built with the static site generator [Hugo](https://gohugo.io/).
This website was built with the static site generator [Hugo](https://gohugo.io/).
Install Hugo and clone this repo:
[Install Hugo](https://gohugo.io/getting-started/installing) and clone this repo: