hugo/docs/static/js
Anthony Fok 7cf7f85ad6 Docs: Upgrade highlight.js to 9.0.0
with the following added languages in anticipation of document expansion:

    apache dockerfile dos less php powershell python tex yaml

To reproduce docs/static/js/highlight.pack.js on Debian/Ubuntu:

    $ sudo apt-get install nodejs npm
    $ wget https://github.com/isagalaev/highlight.js/archive/9.0.0.tar.gz
    $ tar xzf 9.0.0.tar.gz
    $ cd highlight.js-9.0.0/
    $ npm install
    $ nodejs tools/build.js markdown asciidoc xml css javascript \
      ini yaml json go bash diff dockerfile dos powershell makefile \
      apache nginx tex http php python ruby django haml handlebars \
      scss less coffeescript

Then, copy the resulting build/highlight.pack.js as well as
src/styles/monokai-sublime.css to the appropriate Hugo docs directories.
2015-12-22 13:54:35 -07:00
..
bootstrap.min.js Docs: Upgrade Bootstrap from v3.2.0 to v3.3.6 2015-12-21 11:57:55 -07:00
highlight.pack.js Docs: Upgrade highlight.js to 9.0.0 2015-12-22 13:54:35 -07:00
instantclick.min.js Docs: Upgrade InstantClick from 3.0.1 to 3.1.0 2015-12-21 17:28:06 -07:00
jquery-2.1.4.min.js Upgrade jQuery 2.1.1 to 2.1.4 in doc 2015-12-19 12:19:26 -07:00
jquery.scrollTo.min.js Docs: Upgrade jquery.scrollTo from 1.4.6 to 2.1.2 2015-12-21 12:54:47 -07:00
livereload.js Docs: Upgrade livereload.js from post-2.0.8 to 2.2.1 2015-12-21 17:27:43 -07:00
owl.carousel.min.js Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19) 2015-12-21 13:21:42 -07:00
scripts.js Docs: Correct file permissions from 0755 to 0644 2015-12-21 12:40:08 -07:00