You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
seuh2022/README.MD

64 lines
2.9 KiB
Plaintext

# About the SEUH 2022 Website
This is the source code for the [SEUH 2022 Website.](https://seuh.org/seuh2022/)
3 years ago
## Repos
- Development Repo: [https://github.com/seuh2022](https://github.com/seuh2022)
3 years ago
- all pushes to master will be deployed to the [Staging Environment](https://seuh2022.github.io/seuh2022) via Github Actions.
3 years ago
- Status: [![Deploy Staging](https://github.com/seuh2022/seuh2022/actions/workflows/deploy-staging.yml/badge.svg)](https://github.com/seuh2022/seuh2022/actions/workflows/deploy-staging.yml)
3 years ago
- all [GitHub releases](https://github.com/seuh2022/seuh2022/releases/) will be pushed to the deployment repository:
3 years ago
3 years ago
- Deployment Repo: [https://webgit.k8s.sqa.ddnss.org/barnekleinen/seuh2022](https://webgit.k8s.sqa.ddnss.org/barnekleinen/seuh2022)
- Deployment CI: [https://drone.k8s.sqa.ddnss.org/barnekleinen/seuh2022](https://drone.k8s.sqa.ddnss.org/barnekleinen/seuh2022)
- all tags "v*" will be deployed to the site as defined in [.drone.yml](.drone.yml)
3 years ago
- New Server: [https://drone.k8s.sqa.ddnss.org/barnekleinen/seuh2022](https://drone.k8s.sqa.ddnss.org/barnekleinen/seuh2022) ![Deploy Production](https://drone.k8s.sqa.ddnss.org/api/badges/barnekleinen/seuh2022/status.svg)
3 years ago
## Editing and Releasing from the Github Website
3 years ago
- all content is in markdown files in the [content folder](content) - find the matching page in the hierarchy and edit the content via the webpage
- all commits to master trigger a deployment to [Staging](https://seuh2022.github.io/seuh2022)
- to deploy the production site, [draft and create a new release](https://github.com/seuh2022/seuh2022/releases/new) - tags have to start with "v", e.g. "v1.1" to be deployed.
3 years ago
## Editing and Development:
This website was built with the static site generator [Hugo](https://gohugo.io/).
3 years ago
[Install Hugo](https://gohugo.io/getting-started/installing) and clone this repo:
3 years ago
git clone --recurse-submodules git@github.com:seuh2022/seuh2022.git
3 years ago
cd and start the server with:
cd seuh2022
hugo -D -p 1313 server
3 years ago
And then view the generated site: [http://localhost:1313/seuh2022](http://localhost:1313/seuh2022)
Have a look at the makefile for more useful commands.
3 years ago
## Structure
| SEUH | Programm | Termine | Kontakt |
|:--------------------|:--------------|:---------------|:----------------|
| - About + Sponsoren | - Programm | - CFP | - Maillingliste |
3 years ago
| - Geschichte | - Tagungsband | - Registration | - Local Orga |
## Credits
3 years ago
### Icons
3 years ago
The icons are [Bootstrap-Icons](https://icons.getbootstrap.com/).
3 years ago
### Theme
3 years ago
The SEUH 2022 Website is based on the [Hero Hugo Theme](https://themes.gohugo.io/themes/hugo-hero-theme/), [GitHub](https://github.com/zerostaticthemes/hugo-hero-theme),
[SEUH 2022 Fork](https://github.com/seuh2022/hugo-hero-theme).
3 years ago
### Photos
3 years ago
3 years ago
see the [Photo credits site](https://www.seuh.org/seuh2022/about/).