summaryrefslogtreecommitdiffstats
path: root/examples/blog/static
AgeCommit message (Collapse)Author
2015-12-22Upgrade Bootswatch, Font Awesome and jQuery in examples/blogAnthony Fok
- Upgrade Bootswatch Yeti theme (3.2.0+3 → to 3.3.6) - Upgrade Font Awesome (4.2.0 → 4.5.0) - Upgrade jQuery (1.11.1 → 1.11.3) Also keep the upstream filenames, e.g. bootstrap.min.css rather than bootstrap.css for the minified CSS, and jquery-1.11.3.min.js rather than jquery.js for the minified jQuery.
2014-09-02Update example blog to Hugo v0.12 conventionsAnthony Fok
- 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)
2014-04-26Adding example blogWilliam McGann