* WIP

* Working locally

* Upgrade lanyon

* Upgrade Lanyon to v0.0.12

* Tweaks

* Simplify example scripts
This commit is contained in:
Kevin van Zonneveld
2016-11-30 14:57:40 +01:00
committed by GitHub
parent 57ebf1569d
commit 74a701a66e
33 changed files with 6139 additions and 97 deletions

4
FAQ.md
View File

@ -108,8 +108,8 @@ The source mainly consists of:
- `./FAQ.md` (FAQ page)
- `./CHANGELOG.md` (changelog page)
- `./website/_layouts/default.html` (the design in which all pages are rendered)
- `./website/public/app.js` (main JS file)
- `./website/public/style.css` (main CSS file)
- `./website/assets/app.js` (main JS file)
- `./website/assets/style.css` (main CSS file)
The rest is dark magic from which you should probably steer clear. : )