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.
Correct wercker URL
Fix inverse notation
Make Blackfriday smart fractions to really default to `true`
Add site-wide/per-page [blackfriday] `fractions` option
Fix for page.GetParam() for JSON and TOML maps
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
Handle empty front matter in archetype.
[Docs]: Add new press/blog coverage about Hugo
Fix RelPermalink() and Urls in menus vs canonifyUrls
[Docs] Document the new (temp?) default of `canonifyurls = false`
Revert "Try to fix mysterious test failures on Travis"
Try to fix mysterious test failures on Travis
Add menu tests for pages with both Yaml and Toml front matter
Revert "Quick-and-dirty way to print details of template errors"
Add dateFormat template function
Protect the innerShortCodeCache by a RW lock
Cache the page's rendering context flags
Register rstHandler to restore experimental reST support
Make ref and relref respect plainIdAnchors
fix outdated MathJax CDN URL
[Docs] Use of `$.` to access global context from anywhere
[Docs] Recommend the use of backticks for IE conditionals
Fix string comparison for .Truncated page variable
[Docs] Correct description of "Read More" links in Summaries
Fix two errors in two internal templates
fix --uglyUrls params
Refactor TestGt to also include Lt, Ge, Le, Eq and Ne
[Docs] Add a note about the plan to switch to Apache License
Rename ignoreDotFile to isDotFile (which is what it is)
Replace regexp based Chomp with builtin TrimRight
Add test coverage files to .gitignore
Quick-and-dirty way to print details of template errors
[Docs] Incorporate some great ideas by @mohae into the `safeUrl` docs
Add `safeUrl`; disable `safeHtmlAttr`; rename `safeCSS` to `safeCss`
Add SafeHtmlAttr, SafeCSS template function
Revert "[Docs] Use <dl> for definition lists of variables"
[Docs] New testimonials and press coverage
[Docs] Limit `.fa { display: inline }` within #main-content
[Docs] Add FreeBSD logo beside the FreeBSD name
Merge branch 'master' of github.com:spf13/hugo
Fix the Hugo.Generator tag so it can be used
Use an init() method to create the HugoInfo instance
Update release notes with the new Hugo var
Make sure there are only one HugoInfo instance
Merge branch 'master' of github.com:spf13/hugo
[Docs] Use <dl> for definition lists of variables
Added top level .Hugo variable with version, commit and generator information + docs
Add trim and replace to release notes
Make all the params to Replace an interface{}
Rewrite first argument to interface{}
Add trim and replace template functions
[Docs] Minor revisions to future v0.13 Release Note
[Docs] New "Troubleshooting Overview" page
Change CR+LF to LF on gohugo.io front page, saving 286 bytes
Update gohugo.io front page for 2015; add @popthestack's testimony :-)
[Docs] Adjust sidebar menu width and capitalization
Missing . on footer partials
Update TestFixUrl() to expect BaseUrl to have trailing `/`
Merge pull request #798 from bjornerik/fix/nestedshortcodes
Ensure that BaseUrl used in `hugo server` ends with `/`
Replace `if` with `with` in embedded rss.xml
Add ".swx" suffix to file watcher's ignore list
Disable shortcode processing for html files
First take on release notes for 0.13
Add an alias to the old URL of github-pages-blog.md