Skip to content

Getting started

Kenneth Yrke Jørgensen edited this page Apr 27, 2020 · 1 revision

To edit pages go to the github repo: https://github.com/DEIS-Tools/AalWiNes-Web and create a fork (as usual), when the changes are ready make a merge proposal. When the proposal is approved and merged, the changes will automatically be published to the webpage. (tem url: https://deis-tools.github.io/AalWiNes-Web/)

To test changes locally get https://gohugo.io/ (can be installed via apt, choco or brew), to work go the root folder of the repo and type hugo -D serve, this will create a local server where you can test changes.

To edit content (or add new) create or edit a markdown file (.md) in the content library. Markdown syntax can be found here: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet. Images can be added to the content folder, or in the static folder.

If you need to add menu items, please let me know, (this template does not have an automatic menu generation, but we can add this)

Clone this wiki locally