Compare commits

..

3 Commits

Author SHA1 Message Date
Barne Kleinen 5c6e520c82 add distanz kw4
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
3 years ago
Barne Kleinen f1cc62b082 little cleanups 3 years ago
Barne Kleinen 33b89d4952 readme 3 years ago

1
.gitignore vendored

@ -7,5 +7,6 @@
hugo.exe
hugo.darwin
hugo.linux
.hugo_build.lock
.idea

@ -7,20 +7,19 @@ This is the source code for the [SEUH 2022 Website.](https://seuh.org/seuh2022/)
- Development Repo: [https://github.com/seuh2022](https://github.com/seuh2022)
- all pushes to master will be deployed to the [Staging Environment](https://seuh2022.github.io/seuh2022) via Github Actions.
- 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)
- all releases will be pushed to the deployment repository:
- all [GitHub releases](https://github.com/seuh2022/seuh2022/releases/) will be pushed to the deployment repository:
- 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)
- currently still on test server: [https://drone.k8s.sqa.ddnss.org/snowball/hugo-test](https://drone.k8s.sqa.ddnss.org/snowball/hugo-test)
- Status: ![Deploy Production](https://drone.k8s.sqa.ddnss.org/api/badges/barnekleinen/seuh2022/status.svg)
- all tags "v*" will be deployed to the site as defined in [.drone.yml](.drone.yml)
- Test Server: ![Deploy Production](https://drone.k8s.sqa.ddnss.org/api/badges/snowball/hugo-test/status.svg)
- New Server: ![Deploy Production](https://drone.k8s.sqa.ddnss.org/api/badges/barnekleinen/seuh2022/status.svg)
## Editing and Releasing from the Github Website
- 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.
- to deploy the production site, [draft and create a new release on github](https://github.com/seuh2022/seuh2022/releases/new) - tags have to start with "v", e.g. "v1.1" to be deployed.
## Editing and Development:

@ -3,11 +3,18 @@ title: "Programm"
date: 2021-09-24T02:40:26+02:00
draft: false
heroHeading: 'Programm'
heroSubHeading: 'SEUH 2022 HTW Berlin'
heroSubHeading: 'SEUH 2022 HTW Berlin/Hybrid'
heroBackground: 'images/unsplash/adam-vradenburg-TK5I5L5JGxY-unsplash.jpg'
---
Die SEUH 2022 wird am Donnerstag, 24. und Freitag, 25. Februar am
[Campus Wilhelminenhof](https://www.htw-berlin.de/campus/campus-wilhelminenhof/) der [HTW Berlin](https://www.htw-berlin.de/) stattfinden.
Die SEUH 2022 wird am Donnerstag, 24. und Freitag, 25. Februar stattfinden.
Das Programm wird hier veröffentlicht werden.
Die Entscheidung, ob die SEUH in Präsenz bzw. als Hybridveranstaltung
stattfinden kann - oder vollständig im Distanzformat -
läuft gerade noch - wir werden Ende kommender Woche (KW4)
hier informieren.
[Campus Wilhelminenhof](https://www.htw-berlin.de/campus/campus-wilhelminenhof/)
der [HTW Berlin](https://www.htw-berlin.de/) stattfinden.
Das Programm folgt in Kürze.

@ -1,8 +1,11 @@
# .PHONY : hugo
# .RECIPEPREFIX = -
push:
git submodule foreach --recursive 'git push'
git push origin master
hugo:
open:
open http://localhost:1313/seuh2022
hugo : open
hugo -D -p 1313 server
staging:
open http://localhost:1414/seuh2022-website

Loading…
Cancel
Save