mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Misc doc fixes
* Pygments links and requirements for installation. * Fix to link to additional template functions in release notes for v0.10
This commit is contained in:
		
				
					committed by
					
						
						spf13
					
				
			
			
				
	
			
			
			
						parent
						
							d1c500c124
						
					
				
				
					commit
					4161d542ce
				
			@@ -7,13 +7,13 @@ groups_weight: 15
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Hugo provides the ability for you to highlight source code from within your
 | 
					Hugo provides the ability for you to highlight source code from within your
 | 
				
			||||||
content. Highlighting is performed by an external python based program called
 | 
					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.
 | 
					the path, it will silently simply pass the content along unhighlighted.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Disclaimers
 | 
					## 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
 | 
					speed optimized. Expect much longer build times when using highlighting
 | 
				
			||||||
 * Languages available depends on your pygments installation.
 | 
					 * Languages available depends on your pygments installation.
 | 
				
			||||||
 * While pygments supports a few different output formats and options we currently
 | 
					 * While pygments supports a few different output formats and options we currently
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,7 @@ groups_weight: 10
 | 
				
			|||||||
  * Support for [paired shortcodes](/extras/shortcodes)
 | 
					  * Support for [paired shortcodes](/extras/shortcodes)
 | 
				
			||||||
  * Shipping with some [shortcodes](/extras/shortcodes) (highlight & figure)
 | 
					  * Shipping with some [shortcodes](/extras/shortcodes) (highlight & figure)
 | 
				
			||||||
  * Adding [canonify](/extras/urls) option to keep urls relative
 | 
					  * 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
 | 
					  * Watching very large sites now works on mac
 | 
				
			||||||
  * RSS generation improved. Limited to 50 items by default, can limit further in [template](/layout/rss)
 | 
					  * 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)
 | 
					  * Boolean params now supported in [frontmatter](/content/front-matter)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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` 
 | 
					Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` 
 | 
				
			||||||
is the most probable location.
 | 
					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
 | 
					## Installing from source
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user