Upgrade Bootswatch, Font Awesome and jQuery in examples/blog
authorAnthony Fok <foka@debian.org>
Tue, 22 Dec 2015 21:09:38 +0000 (14:09 -0700)
committerAnthony Fok <foka@debian.org>
Tue, 22 Dec 2015 21:09:38 +0000 (14:09 -0700)
commit5b1261c4bede2cdc3f6ee0dc70b80641dae68ba8
treeadc22da0a474922320d71c0a56d2bbeb05d7c4ba
parent7cf7f85ad66a1cd35ab4e6026ed6b9da95c53c34
Upgrade Bootswatch, Font Awesome and jQuery in examples/blog

 - 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.
19 files changed:
examples/blog/layouts/partials/footer.html
examples/blog/layouts/partials/header.includes.html
examples/blog/static/css/bootstrap.css [deleted file]
examples/blog/static/css/bootstrap.min.css [new file with mode: 0644]
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/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
examples/blog/static/fonts/glyphicons-halflings-regular.eot
examples/blog/static/fonts/glyphicons-halflings-regular.svg
examples/blog/static/fonts/glyphicons-halflings-regular.ttf
examples/blog/static/fonts/glyphicons-halflings-regular.woff
examples/blog/static/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
examples/blog/static/js/bootstrap.js
examples/blog/static/js/jquery-1.11.3.min.js [new file with mode: 0644]
examples/blog/static/js/jquery.js [deleted file]