hugo/docs/layouts
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
..
_default docs: Use ToC length to pick the compact version 2015-05-11 22:23:35 +02:00
partials Docs: Upgrade highlight.js to 9.0.0 2015-12-22 13:54:35 -07:00
section docs: Add site title; set pluralizeListTitles = false 2015-08-08 01:41:18 -06:00
shortcodes Add a number sign "#" before a GitHub issue number 2015-12-02 13:11:24 -07:00
showcase Docs: Allow HTML in Showcase titles 2015-12-19 06:15:08 -07:00
index.html Docs: Upgrade Owl Carousel to 2.0.0-beta.3 (2015-06-19) 2015-12-21 13:21:42 -07:00