Migrate the site to use Jekyll :o

This commit is contained in:
Danielle McLean 2016-10-04 17:05:44 +11:00
parent bc1748d592
commit 4a3206301c
No known key found for this signature in database
GPG key ID: CC91589719027E94
8 changed files with 149 additions and 3 deletions

7
README.html Normal file
View file

@ -0,0 +1,7 @@
---
layout: page
permalink: /README
---
{% capture readme_text %}{% include_relative README.md %}{% endcapture %}
{% assign readme_text = (readme_text | newline_to_br | split: "<br />" | shift | shift | join: '' ) %}
{{ readme_text | markdownify }}