New ADMStaff website
| archetypes | ||
| content | ||
| layouts | ||
| resources/_gen/assets/scss/css | ||
| static/img | ||
| themes | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .hugo_build.lock | ||
| format_wiki.py | ||
| hugo.toml | ||
| README.md | ||
ADMStaff website: https://students.cs.unibo.it
To contribute to the website, you can edit the markdown files in the content directory.
Firstly, you need to install Hugo. Next, once you have cloned the repo, you need to:
1. Install submodules
git submodule init && git submodule update
2. Format the Wiki
Use this command to compile the wiki into hugo format:
Note: Do not push any changes on the adm-wiki submodule
python3 format_wiki.py
3. Compile the Website
hugo
For local hosting
hugo server