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
Rename github_pages_blog.md to github-pages-blog.md
[Docs] More random revision and copyediting
Fixed error in tutorial, added site variable docs
Tutorial: Automated deployments
Trivial fixes to get RSS 2.0 feeds to validate.
[Docs] Remove references to "ATOM" feeds
Correct typo in hugolib/path_separators_windows_test.go
Correct spelling of two test files: seperators → separators
Fix "hugo new" EOF error with an archetype file without the final EOL
note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
Some more random copyediting of Hugo docs
Moved a test regarding a content.go function to a new test file content_test.go.
[Docs] New Troubleshooting section
Google Custom Search: Open link in _parent
Add basic Google Custom Search to Hugo docs
Fix `echoParam` template function to accept string key name
Rename to plainIdAnchors
Add Blackfriday: documentIDAnchor documentation
Group both options under Blackfriday: documentIDAnchor
Add config options: disable footnote anchor prefix and header ID suffix
Add config file example to variables.md
Update configuration.md
Add example code to Summaries
use fsnotify 0.9.3
Add in-section Next/Prev content pointers
Add ERROR logging on invalid date and publishdate
Add operator argument to `where` template function
Implement `apply`.
Add a chomp function.
Initialize funcMap in an init function.
Hygiene: Reduce copy-pasted code.
always use http scheme for localhost