Adding example blog
authorWilliam McGann <contact@WilliamMcGann.com>
Sat, 12 Apr 2014 20:04:17 +0000 (16:04 -0400)
committerspf13 <steve.francia@gmail.com>
Sun, 27 Apr 2014 05:05:41 +0000 (23:05 -0600)
commit96b6ae81eb48cd250c507e6c200a16b91a054eb7
treef749ebd5963991144e9a8890b2f640e5c35f5fa6
parentb52e94638122061d3045605d9bf81f8c15e02752
Adding example blog
35 files changed:
examples/blog/.gitignore [new file with mode: 0644]
examples/blog/README.md [new file with mode: 0644]
examples/blog/config.yaml [new file with mode: 0644]
examples/blog/content/post/another-post.md [new file with mode: 0644]
examples/blog/content/post/hello-hugo.md [new file with mode: 0644]
examples/blog/layouts/_default/single.html [new file with mode: 0644]
examples/blog/layouts/chrome/footer.copyright.html [new file with mode: 0644]
examples/blog/layouts/chrome/footer.html [new file with mode: 0644]
examples/blog/layouts/chrome/header.html [new file with mode: 0644]
examples/blog/layouts/chrome/header.includes.html [new file with mode: 0644]
examples/blog/layouts/chrome/menu.html [new file with mode: 0644]
examples/blog/layouts/chrome/meta.html [new file with mode: 0644]
examples/blog/layouts/chrome/navbar.html [new file with mode: 0644]
examples/blog/layouts/index.html [new file with mode: 0644]
examples/blog/layouts/indexes/category.html [new file with mode: 0644]
examples/blog/layouts/indexes/post.html [new file with mode: 0644]
examples/blog/layouts/indexes/tag.html [new file with mode: 0644]
examples/blog/layouts/post/li.html [new file with mode: 0644]
examples/blog/layouts/post/single.html [new file with mode: 0644]
examples/blog/layouts/post/summary.html [new file with mode: 0644]
examples/blog/layouts/rss.xml [new file with mode: 0644]
examples/blog/static/css/bootstrap.css [new file with mode: 0644]
examples/blog/static/css/custom.css [new file with mode: 0644]
examples/blog/static/css/font-awesome.css [new file with mode: 0644]
examples/blog/static/fonts/FontAwesome.otf [new file with mode: 0644]
examples/blog/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
examples/blog/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
examples/blog/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
examples/blog/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
examples/blog/static/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
examples/blog/static/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
examples/blog/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
examples/blog/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
examples/blog/static/js/bootstrap.js [new file with mode: 0644]
examples/blog/static/js/jquery.js [new file with mode: 0644]