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.
hugolib: apply some more Golint rules
menu: make receiver name on Page methods consistent
page: make receiver name on Page methods consistent
Prevent 404.html from prettifying into 404/index.html
Avoid panic when pagination on 0 pages
Add benchmark for the shortcode lexer
Update github-pages-blog.md
Tidying the Readme a bit more
Using a smaller Header Image
Restructure top of Readme.md
Merge pull request #944 from gitter-badger/gitter-badge
Update Readme.md with additional contribution guides
Allow the same shortcode to be used with or without inline content
Improve error message on missing shortcode inner content
Keep trailing slash when baseUrl contains a sub path
[Docs] NetBSD and ARM pre-built binaries are already provided
Updating the final release notes for v0.13
[Docs] Clarify the switch to `canonifyurls = false` as default
Update README.md and overview/installing.md
Avoid race condition in target list init
Avoid race condition in isInnerShortcode
Add trailing file separator to temp dir
Return unmodified content if panic in LiveReloadInject