Fix crash with "config", "check" and "benchmark"
Fix broken Highlight test
Add sanity checks for `hugo import jekyll`
Change most global flags into local ones
Revise format for "Unable to locate Config file" error
Switch to container-based Travis
Fix some errors with format patterns
Add a number sign "#" before a GitHub issue number
Add gh shortcode to docs site
One more error fix in the server command
Some more error fixes in commands
Improve error handling in commands
Update external tutorial links in usage.md
Move `import jekyll` functions to import_jekyll.go
Enable dirname and filename completion for more flags
Print error when /index.html is zero-length
Run `go fmt hugolib/site.go`
Bump min_version to 0.15 for `hugo new theme`
Make noTimes command flag work
Copy static dir files without theme's static dir
Fix typo in "Creating a New Theme"
Add Draft page variable to docs
Use .Site.Pages in the documentation examples instead of .Site.Recent
Add Camunda blog and docs showcases
Change plainIdAnchors to plainIDAnchors in docs
Copyedit the shortcodes documentation some more
Docs: improve shortcodes page
Remove an erroneous "$" prompt in quickstart guide
Added the command in the documentation.
Support setting target directory in `hugo gen man`
Update for version 0.16
Docs: remove note about config changes and manual livereload
Docs: improve usage.md
Docs: improve quickstart guide
Update press.md
Add note in doc about Jekyll import
Regenerate the commands section of doc
Update license file in the docs/website to apache
Update release notes with additional new features
Update and reorganize 0.15 release notes
Make the release note about renderToDisk more consise
Update release notes
Add IsNamedParams property in shortcodes
Add documentation for built-in shortcodes
Add shortcode for tweets
Add shortcode for github gists
Add shortcode for vimeo
Add shortcode for youtube
Add shortcode for speakerdeck
Update shortcode docs with .IsNamedParams
Change the license to Apache 2.0
Simplify ExtractRootPaths
Add PygmentsOptions option
Permalink on Node and Page should be of string
Move blackfriday site-wide config loading to NewBlackFriday()
Add shortcode IsNamedParams property
Restructure the gen commands
Improve "watching for ..." logging
Add commands/genman.go to autogenerate man pages
Fix missing word in code comment (my own fault)
Avoid multiple locks for shortcode template
Improve RW-locking of template in shortcode handling
Fix recently introduced new data race in the shortcode handling
Copyedit long help message in commands/server.go
Add RSSLink to SiteInfo
Apply absURL on social tag urls
Return error if shortcode template.Tree is nil
docs: Change "Github" to "GitHub"
docs: Optimize a few large showcase thumbnail PNGs
Add Go in 5 minutes to the showcases
Docs: fix typo in template function section
Add SafeJS template function
Add increased time.Time support to the 0.15 release notes
Update Travis 1.4.2 > 1.4.3
fix broken image in showcase
fixed documentation link
Add Arrested DevOps site to Showcase
Hugo server watch by default
Add time.Time support in ge, gt, le, lt
Remove some superficial tests
Revert "Disable render-to-memory on Windows"
Disable render-to-memory on Windows
Do not rebuild on extra Spotlight filesystem events
Make replaceShortcodeTokens rewrite the input slice
Add latest review from Smashing Magazine to Press page
Hugo server renders and serves from memory by default (30%+ improvement)
permit the notimes flag on hugo server
No double slash when destination set to '/'
Handle sync (file copy) errors better)
Copyedit docs/content/tools/index.md
Add @wicast’s "Hugo is cool" post to Press page
Add docs/data/titles.toml to set title "Site Showcase"
Add ReadText project to Site Showcase
Adding LosslessLife blog to showcase.
Emphasize that commit message titles should start with a capital letter
Docs: add hugofy to tools