Avoid converting summary to []byte and back to string
Better error message for data-file parsing errors
DataDir: Minor polish and add missing tests
Reads data files inside data/ and makes data available in .Site.Data
[Docs] Say which directory to clone the hugoThemes
parser.FormatSanitize() MetaDataFormat for date too
Fix Truncate
Replace 4 strings.Replace with 1 strings.Replacer
Avoid calling strings.Fields multiple times with same content
Tighten README for the sloppy reader
Scratch doc: Use the special $ variable to prevent confusion
Use .Site.Params.description as fallback for social partials
Optimize for the common case in Blackfriday config
Print template parsing errors to aid troubleshooting
Fix defaults for Blackfriday
Prevent site config being overwritten
[Docs] Fix more missing `.` in example `partial` calls
Fixed syntax error in 404.html template code
Updating shortcode imports & site test to work with new buffer pool functions
Merge branch 'master' of github.com:spf13/hugo
Some more .Date.IsZero checks in internal templates
Remove _default prefix from SEO templates
Use .Date.IsZero to skip unset date in embedded templates
Use strings instead of byte arrays for replaceShortcodeTokens tests
Use a regular expression in replaceShortcodeTokens
Fix for issue 839 and 490 on Windows
page rendering and writing using BBP
Adding BufferPool. Implementing BP in ReaderTo{Bytes,String}().
[Docs] Complete the transition from "indexes" to "taxonomies" (almost)
[Docs] Use OptiPNG to shrink PNG images losslessly
Some housekeeping of the Showcase and Press pages
Add .mailmap to get a more correct author log
ignore root path, no need strip traling slash
Version uses binary name instead of hugo
Added three videos to documentation.
Use runtime.GOOS to identify Windows specific path tests
Replace assert.Equal(true/false) with assert.True/False
Split Windows and Unix specific path tests
Temporarily comment out breaking Windows test case
Add Bootstrap-compatible pagination.html
Add pagination support for home page, sections and taxonomies
Add site-wide/per-page [blackfriday] `extensions` option
Wrong URL for Github Pages
Move s.prepUrl() before prepending BaseUrl.
Correct wercker URL
Fix inverse notation
Make Blackfriday smart fractions to really default to `true`
Add site-wide/per-page [blackfriday] `fractions` option
Fix for page.GetParam() for JSON and TOML maps
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
Handle empty front matter in archetype.
[Docs]: Add new press/blog coverage about Hugo
Fix RelPermalink() and Urls in menus vs canonifyUrls
[Docs] Document the new (temp?) default of `canonifyurls = false`
Revert "Try to fix mysterious test failures on Travis"
Try to fix mysterious test failures on Travis
Add menu tests for pages with both Yaml and Toml front matter
Revert "Quick-and-dirty way to print details of template errors"
Add dateFormat template function
Protect the innerShortCodeCache by a RW lock
Cache the page's rendering context flags
Register rstHandler to restore experimental reST support
Make ref and relref respect plainIdAnchors
fix outdated MathJax CDN URL
[Docs] Use of `$.` to access global context from anywhere
[Docs] Recommend the use of backticks for IE conditionals
Fix string comparison for .Truncated page variable
[Docs] Correct description of "Read More" links in Summaries
Fix two errors in two internal templates
fix --uglyUrls params