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

Voyage of the Data Treader 2. Put your library on the map. Github page for the event.

Notifications You must be signed in to change notification settings

LibrariesHacked/data-treaders-library-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.