- Create a new event markdown file in
/content/event/
and give it any name you'd like. a) You can copy the sampleexample.sample
to get you started - Ensure your
date
andarchive
fields (line 2 and 3) are accurate as they will populate on the calendar - Ensure that the
slug
field matches exactly the name of the file.my-file.md
should have the slugmy-file
. We use this to generate a link for you. - Send a PR
- You will recieve an email to the email address you commited your change with that will contain a trackable link once it's merged to master
- Use that link and get advocacy points
- Create a new heptonian markdown file in
/content/page/
such as/content/page/first-last.md
a) You can copy the sampleexample.sample
to get you started - Ensure
title
,subtitle
andcomments: false
are all filled out with your information on lines 2-3 - Add whatever content you would like (personal blogs, etc)
- Submit a PR
Running the site locally:
hugo serve -D -F
Then you can open localhost:1313
in your browser
Build a docker image:
make container
Push the image
make push