Only write highlight to cache when CacheDir is set
Fix potential Windows path issue with Pygments cache
Added isso as a Disqus alternative to the docs
Add "Google Cloud Storage" article to docs Press page
Typo in mathjax.md
Add Google Cloud Storage to doc
Add custom Windows mousestrap message
Remove section about the buildDate being configurable
Fix README part about missing Windows tests
Document getenv template function
Add a section comparing the 'build' and 'server'
Sort function names in templates documentation
docs: how to compile on mac, fix minor errors
helpers: add some missing documentation
hugolib: make Page implement the ReaderFrom interface
Return early from DistinctErrorLogger's Printf
List directories being watched when server is run
documentation: mention data files under liverload
Remove paragraph tags produced by markdownify
Make contentTransformer names consistent
Return error on wrong use of the Paginator
Add pager size argument to paginator methods
Updates documentation with instructions for a Windows computer
Capitalize singular
Updates documentation with instructions for a Mac
Update embedded rss.xml code in the docs
Add some more corner tests for ReaderContains
Handle views in combo with Ace base templates
Hash all pygments parameters.
Fix section name guessing on Windows
Cache pygments rendering between runs
Add support for Ace base and inner templates
Add missing ".adoc" extension in handler_page.go
Change to variadic int args in Slicestr
Implement substr template function
Add Substr and Split template functions
Pull Data Files tests into its own file
Rename interface contentRewriter to contentTransformer
Change safeHTtml to safeHTML in sitemap template
template: add some missing test cases for First
transform: remove some superfluous int conversions
Remove URL param from exported AbsURL methods
Write to rotating ContentReWriter in transformer chain
Calculate the next Hugo version in Deprecated
Update Hugo docs with the initialisms suggested by golint
More initialism corrections (golint)
Press: Add "Migrating to Hugo From Octopress" by Nathan LeClaire
[Docs] Copyedit http://gohugo.io/extras/dynamiccontent/
Add "getenv" as an wrapper for os.Getenv
removed duplicate word in readme
Revert "Added image support to the sitemap.xml template"
Added image support to the sitemap.xml template
Add Seq template func
Experimental AsciiDoc support with external helpers
source: add some test cases for File
[Docs] Update and expand http://gohugo.io/overview/usage/
Update press coverage: Fix URL; new tutorial in Chinese
Remove trailing space from site build statistics
Correct initialisms as suggested by golint
doArithmetic: add test for division by zero
Add some basic tests for doArithmetic
Skip directories like node_modules from the watchlist
parser: add some frontmatter test cases
absurlreplacer: write replacements directly to the byte buffer
Do not parse backup files with trailing '~' as templates
Switch from fsnotify.v0 to fsnotify.v1 API (watcher)
Add new min_version field to theme.toml template
Add test cases for Ne and Eq type normalisation
Fix eq and ne tpl function issue
There is only one s.PageTarget() - so we cannot change it, even tempoararily. We have to find another solution to this.