Misc doc fixes
authorMichael D. Johas Teener <m@j0t.us>
Tue, 8 Apr 2014 15:15:56 +0000 (17:15 +0200)
committerspf13 <steve.francia@gmail.com>
Tue, 8 Apr 2014 15:30:11 +0000 (11:30 -0400)
  * Pygments links and requirements for installation.
  * Fix to link to additional template functions in release notes for
v0.10

docs/content/extras/highlighting.md
docs/content/meta/release-notes.md
docs/content/overview/installing.md

index 6244a0cd7144a7d1f78fa7473dd9827d1d524684..743e69ff270a71d5839e9593b1d95af6de4948b5 100644 (file)
@@ -7,13 +7,13 @@ groups_weight: 15
 
 Hugo provides the ability for you to highlight source code from within your
 content. Highlighting is performed by an external python based program called
-pygments and is triggered via an embedded shortcode. If pygments is absent from
+[pygments](http://pygments.org) and is triggered via an embedded shortcode. If pygments is absent from
 the path, it will silently simply pass the content along unhighlighted.
 
 
 ## Disclaimers
 
- * **Warning** Pygments is relatively slow and our integration isn't
+ * **Warning** pygments is relatively slow and our integration isn't
 speed optimized. Expect much longer build times when using highlighting
  * Languages available depends on your pygments installation.
  * While pygments supports a few different output formats and options we currently
index 84e2dadc2d5525b22ef7989c5d3ba653b7ace64e..091a503df1c0e208a36c73336be30a8d2a194a43 100644 (file)
@@ -14,7 +14,7 @@ groups_weight: 10
   * Support for [paired shortcodes](/extras/shortcodes)
   * Shipping with some [shortcodes](/extras/shortcodes) (highlight & figure)
   * Adding [canonify](/extras/urls) option to keep urls relative
-  * A bunch of [additional template functions](/layouts/templatefunctions)
+  * A bunch of [additional template functions](/layout/functions)
   * Watching very large sites now works on mac
   * RSS generation improved. Limited to 50 items by default, can limit further in [template](/layout/rss)
   * Boolean params now supported in [frontmatter](/content/front-matter)
index e80ace84f1a252fa4afc0ca548f4b941588972e7..a72de884ebb376380af5931532d8185773f3092a 100644 (file)
@@ -23,7 +23,12 @@ where you don't have a privileged account.
 Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` 
 is the most probable location.
 
-*the Hugo executible has no external dependencies.*
+The Hugo executable has one *optional* external dependency for source code highlighting (pygments).
+
+### Installing pygments
+
+If you want to have source code highlighting using the [highlight shortcode](/extras/highlighting)
+you need to install the python-based pygments program. The procedure is outlined on the [pygments home page](http://pygments.org).
 
 ## Installing from source