This is the repository that drives the website of the WISS research group at Stuttgart Media University.
If you want to change or add something, please fork this repository, do your work, and send a pull request.
The website is generated using Hugo. Simply download the Hugo executable, go to the main directory of the repository (where this README.md file is) and execute "hugo server". Afterwards, you can browse the website locally under http://localhost:1313
Do your changes with a simple text editor. The content is mostly written in Markdown, for further details please read the Hugo documentation.
Watch the console for errors if your changes do not show up as expected.
When you are done, commit your changes to your forked repository and send the pull request.