Revert "Expansion of unit tests for utils/utils.go"
Expansion of unit tests for utils/utils.go
[Docs] Minor copyediting of highlighting.md
Add information to highlighting with Pygments
List of variables
Fixed a typo
Make "Indexes" the alias and "Taxonomies" the canonical name
Merge branch 'master' of github.com:spf13/hugo
README.me: Add linefeed that got lost in the last commit
[Docs] Add pointers to roadmap; new tweet and article
Improve abs url replacement speed
Add benchmark for AbsUrlInXml
Another link in the same page
Fixed invalid link to partials
Update docs so that `figure` includes the `class` parameter.
Add 'config' command to list site configuration
[commands/new.go] Update theme.toml etc.
Remove nohup.out committed by accident
Doc Data Files: Add section about themes and expanded the example a bit
Fix typo: GetJson -> GetCsv
Add showcase entry for consequently.org
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.