Added default Jekyll framework.
authorDavid Given <dg@cowlark.com>
Sat, 4 Jun 2016 15:15:26 +0000 (17:15 +0200)
committerDavid Given <dg@cowlark.com>
Sat, 4 Jun 2016 15:15:26 +0000 (17:15 +0200)
commitdd391e9a74c64649501b4c680cb1bb2b20e5305e
tree5c2c3eff6c8d6773296b71b23ee3646a298b040e
parent0fd16d8759f4b8ff336873495821b0543aecd518
Added default Jekyll framework.
22 files changed:
_config.yml [new file with mode: 0644]
_includes/footer.html [new file with mode: 0644]
_includes/head.html [new file with mode: 0644]
_includes/header.html [new file with mode: 0644]
_includes/icon-github.html [new file with mode: 0644]
_includes/icon-github.svg [new file with mode: 0644]
_includes/icon-twitter.html [new file with mode: 0644]
_includes/icon-twitter.svg [new file with mode: 0644]
_layouts/default.html [new file with mode: 0644]
_layouts/page.html [new file with mode: 0644]
_layouts/post.html [new file with mode: 0644]
_posts/2016-06-04-welcome-to-jekyll.markdown [new file with mode: 0644]
_sass/_base.scss [new file with mode: 0644]
_sass/_layout.scss [new file with mode: 0644]
_sass/_normalize.scss [new file with mode: 0644]
_sass/_syntax-highlighting.scss [new file with mode: 0644]
about.md [new file with mode: 0644]
css/main.scss [new file with mode: 0644]
feed.xml [new file with mode: 0644]
index.html
js/html5shiv.js [new file with mode: 0644]
js/respond.js [new file with mode: 0644]