Some more random copyediting of Hugo docs
authorAnthony Fok <foka@debian.org>
Fri, 9 Jan 2015 18:51:15 +0000 (11:51 -0700)
committerAnthony Fok <foka@debian.org>
Fri, 9 Jan 2015 18:51:15 +0000 (11:51 -0700)
commitb0181e278b34eb3fee999776526b2d8b92423170
tree09848b07255c220b4ecc59b64b31677d7366f061
parent49f5eb5c845b0978ac1227e5c6a2508d6cd93691
Some more random copyediting of Hugo docs

 - Change "livereload" and "live reload" to "LiveReload";
 - Add a `$ ` prompt before example command lines
   (not exhaustive, work in progress);
 - Remove unnecessary whitespace from partials;
 - Revise the blackfriday options table in overview/configuration.md
   to make it narrower.
 - Manually set the language for highlight.js where appropriate
 - Rename "404" to "Custom 404 page", and remove incorrect reference
   to "homepage"
 - Credit the author of tutorials/github_pages_blog.md
   (Similar notes are necessary for other contributed pages where
    "I" am not spf13 to avoid reader confusion.)
 - Add CSS for `kbd` and `table` etc. to css/style.css;
 - etc.
13 files changed:
docs/content/extras/livereload.md
docs/content/extras/menus.md
docs/content/meta/release-notes.md
docs/content/overview/configuration.md
docs/content/overview/installing.md
docs/content/overview/introduction.md
docs/content/overview/quickstart.md
docs/content/overview/usage.md
docs/content/templates/404.md
docs/content/tutorials/github_pages_blog.md
docs/layouts/partials/header.html
docs/layouts/partials/menu.html
docs/static/css/style.css