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
Suppress errors for symbolic links witch point to a file.
add note that running with watch doesn't produce a site suitable for deployment
Add information to highlighting with Payments
Adapt to relative path bug fix in purell
Moved futured getSQL topic to another branch
getJson and getCsv documentation proof reading by @msjulias
Update Dynamic Content docs
Update doc
Add getSQL idea
Initial doc file: Dynamic Content
Fix bug where running hugo without options causes to create
GetJson and GetCsv have now variadic URL parts so that you can submit pre or post parts of an URL. The parts will be joined to the final URL.
Add --ignoreCache CLI flag with description "Ignores the
Adding getJson and getCsv to funcMap
Fix bug on windows where the backslash got removed in func MakePath()
Merge to stay up to date with current dev
Quote strings in `hugo config` output
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