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
Merge pull request #762 from bjornerik/fix/revert-revert-menutest
Revert "Temporarily disable failing menu test"
Bumping Travis to test go 1.3 & 1.4
Fix EOF
Add www.thehome.dk to showcase
Refactor tpl codes
Make 'where' template function accepts dot chaining key argument
[Docs] Mention support for the Ace HTML Template Engine
Docs copyediting: Add more external URLs; add backticks, etc.
[Docs] Go 1.4+ required for building on Windows
Fix a crash for ref page#anchor.
Merge pull request #742 from bjornerik/doc/blackfriday
Add ability to canonify URLs in rendered XML output.
Add doc for Blackfriday configuration
Add configurable support for angled quotes
Temporarily disable failing menu test
Wrap comments helpers package to fit 80-column width
Revise README.md: buildDate expects timezone; copyediting
Typo fix: "simple" → "simply" in templates/views.md
Minor copyediting, no new content added.
Fix long descriptions of `benchmark` and `serve` commands