Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

edwardsharp/alveol.us

Repository files navigation

layout title permalink
default
README
/README.md/

EmergencyINDEX

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

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.

Project template

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:
---

Jekyll (for local development)

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