mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.4 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.4 KiB
		
	
	
	
	
	
	
	
date, description, title, categories
| date | description | title | categories | |
|---|---|---|---|---|
| 2014-03-01T17:21:33Z | Hugo 0.10 brings syntax highlighting (powered by Pygments), automatic table of contents generation, support for Unicode, and a lot more! | Hugo 0.10 | 
  | 
- Syntax highlighting powered by pygments (slow)
 - Ability to sort content many more ways
 - Automatic table of contents generation
 - Support for unicode URLs, aliases and indexes
 - Configurable per-section permalink pattern support
 - Support for paired shortcodes
 - Shipping with some shortcodes (highlight & figure)
 - Adding canonify option to keep URLs relative
 - A bunch of additional template functions
 - Watching very large sites now works on mac
 - RSS generation improved. Limited to 50 items by default, can limit further in template
 - Boolean params now supported in frontmatter
 - Launched website showcase. Show off your own hugo site!
 - A bunch of bug fixes