GitHub pages site for Library Data Camp 2019.
- Create a new file in the root called newpage.md (or whatever a suitable page name should be - no spaces!).
- File content is written in markdown, copy an example (e.g. theday.md) for the basic layout. But also see the Markdown cheatsheet here
- In the data folder, edit the navigation.yml file to include the new page in the navigation section at the top. For example.
- title: Home
url: /
- title: The day
url: /theday
- title: Links
url: /links
- title: Book your place
url: https://datatreaders2.eventbrite.com
- title: New page
url: /newpage
- Commit and push changes. It should take a couple of minutes to update.