layout | title | permalink |
---|---|---|
default |
README |
/README.md/ |
🚨 ↬ moved to github.com/emergencyindex/emergencyindex.com
You can use the editor on GitHub to maintain and preview the content for this website in Markdown files.
Whenever someone commits to this repository, GitHub Pages will run Jekyll to rebuild the site (limit of 10 builds an hour).
Markdown is a lightweight and easy-to-use syntax for styling text. It includes conventions for general purpose formatting, for example:
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
For more details see GitHub Flavored Markdown.
All of the project files need to include this YAML metadata at the top of the Markdown file:
---
layout: project
volume:
image:
photo_credit:
title:
first_performed:
place:
times_performed:
contributor:
collaborators:
-
home:
links:
-
contact:
footnote:
tags:
-
pages:
needs_review:
---
To make changes and preview locally, checkout this repository and run jekyll.
$ bundle exec jekyll serve --incremental
...to get started make sure you've got ruby 2.4 (or higher version) installed. see rvm
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve