- Production: http://maupp.ulb.ac.be
- Testing: https://yannforget.github.io/maupp-website
- Install Hugo
- Clone the repository:
git clone https://github.com/yannforget/maupp-website
- Live preview of the changes:
hugo serve
- Edit content with a text editor, or create a pre-filled file content with:
hugo new <content-type>/<filename.md>
- Close the live preview:
Ctrl+C
- Commit:
git add <files>
,git commit -m "<message>"
- Push:
git push origin master
Content can also be updated directly from Github.
Images can be added in the /static/images/ folder, and can be accessed in markdown: ![My image](/images/my_image.png)
.
page
: basic web page.people
: person working on the project.partner
: departement or institution working on the project.news
: dated & authored news.
For examples regarding the editing of the metadata block, see existing content in /content/ or templates in /archetypes/.