Update example blog to Hugo v0.12 conventions
authorAnthony Fok <foka@debian.org>
Tue, 2 Sep 2014 19:05:20 +0000 (13:05 -0600)
committerspf13 <steve.francia@gmail.com>
Tue, 2 Sep 2014 21:18:22 +0000 (17:18 -0400)
commitefc98a3b1fee0069a162801dbdfd8d0694c7a75e
tree1562d0e1203ee2f23408aa7fab87c91a73770e53
parent05102f1b79b94b88b60dfcfc00f66cb30ca912c7
Update example blog to Hugo v0.12 conventions

- Convert config.yaml to config.toml to follow what
  "hugo new site /path/to/site" generates
- Rename layouts/chrome to layouts/partials
- Convert "template" calls to "partial" calls
- Minor revisions to the text in example content
- Upgrade Bootswatch Yeti theme (3.1.1+1 → to 3.2.0+3)
- Upgrade Font Awesome (4.0.3 → 4.2.0)
- Upgrade jQuery (1.11.0 → 1.11.1)
34 files changed:
examples/blog/README.md
examples/blog/config.toml [new file with mode: 0644]
examples/blog/config.yaml [deleted file]
examples/blog/content/post/another-post.md
examples/blog/content/post/hello-hugo.md
examples/blog/layouts/_default/single.html
examples/blog/layouts/chrome/footer.copyright.html [deleted file]
examples/blog/layouts/chrome/footer.html [deleted file]
examples/blog/layouts/chrome/header.html [deleted file]
examples/blog/layouts/chrome/header.includes.html [deleted file]
examples/blog/layouts/chrome/menu.html [deleted file]
examples/blog/layouts/chrome/meta.html [deleted file]
examples/blog/layouts/chrome/navbar.html [deleted file]
examples/blog/layouts/index.html
examples/blog/layouts/indexes/category.html
examples/blog/layouts/indexes/post.html
examples/blog/layouts/indexes/tag.html
examples/blog/layouts/partials/footer.copyright.html [new file with mode: 0644]
examples/blog/layouts/partials/footer.html [new file with mode: 0644]
examples/blog/layouts/partials/header.html [new file with mode: 0644]
examples/blog/layouts/partials/header.includes.html [new file with mode: 0644]
examples/blog/layouts/partials/menu.html [new file with mode: 0644]
examples/blog/layouts/partials/meta.html [new file with mode: 0644]
examples/blog/layouts/partials/navbar.html [new file with mode: 0644]
examples/blog/layouts/post/single.html
examples/blog/static/css/bootstrap.css
examples/blog/static/css/font-awesome.css
examples/blog/static/fonts/FontAwesome.otf
examples/blog/static/fonts/fontawesome-webfont.eot
examples/blog/static/fonts/fontawesome-webfont.svg
examples/blog/static/fonts/fontawesome-webfont.ttf
examples/blog/static/fonts/fontawesome-webfont.woff
examples/blog/static/js/bootstrap.js
examples/blog/static/js/jquery.js