Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 748 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 748 Bytes

Install Hugo

The website is built with Hugo. Install it to test the page locally.

After checkout

We use submodules for the theme and fonts. Initialize them und update when necessary. Not sure what is necessary when but a combination of the three commands below should do the trick.

git submodule init
git submodule update --recursive
git checkout --recurse-submodules

Creating new events

The following command will use the archetype and set a couple of properties automatically. Don't forget to change them, if necessary.

hugo new events/YYYY-MM-DD-a-short-title.md

Testing the website locally

hugo server

and to display drafts

hugo server -D