These are the hugo sources and resulting webpage for eduquant.nl.
Usage:
- clone the repository to a folder on your computer, e.g. ~/eduquant.nl
- checkout a (new) branch other than master to work on
git checkout my_branch
- Install hugo
- In a terminal, build the website with
hugo
from (e.g.) ~/eduquant.nl and serve it locally for previewing withhugo server
. - To add a course, start with copying an existing folder in
content/courses/
and edit it. - To edit (for example) the tags, look in
content/home/curriculum.md
- To edit the title / tagline, look in
content/home/hero.md
- To edit the slider / features banner, look in
content/home/slider.md
- For more info on the widgets / layout / theme etc see wowchemy
- When you are happy with your newly added courses, push your changes to origin and make a merge request.
- Changes merged on
master
will be automatically built on netlify with hugo and appear online.