Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 839 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 839 Bytes

Voyage of the Data Treader: Put your library on the map

GitHub pages site for Library Data Camp 2019.

Adding pages

  1. Create a new file in the root called newpage.md (or whatever a suitable page name should be - no spaces!).
  2. File content is written in markdown, copy an example (e.g. theday.md) for the basic layout. But also see the Markdown cheatsheet here
  3. 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
  1. Commit and push changes. It should take a couple of minutes to update.