bumping master version to v0.15-DEV
Add new directions for maintaining press page
add dozens of articles to the press page
Pass RenderingContext by reference in Mmark
Update release notes in prep for v0.14.0
Remove unused Completed chan on Site
Prevent cyclic ref crash in JSON encode
docs: avoid navbar hiding when jumping to in-page anchor
Docs: Add taxonomy term variables to the list of vars.
Add ".Render" to the list of functions.
Clarifying Edits for templates/rss.md
Do not consider single.html for the home page
Fix formatting in hugo command description
Fix CLI command description for the top level
Adding default handler & tests Fixes #147
Better organization of loading defaults
Merge branch 'master' of GitHub.com:spf13/hugo
Stop Viper from leaking across many of the tests (now tests pass regardless of order tested)
Add benchmark test for replaceShortcodeTokens
Add gendoc command
Add a line in doc about the RelativeURL setting
Fix UTF8 permalink
Add Page tests with UTF8 paths
Remove trailing spaces in completionfile flag
Add some bullet points to 0.14 rel notes
Fix datePublished to publishdate
Do not shout about missing baseURL if relativeURLs is set
Edits on aliases, comments, theme customizing
Edit docs extras syntax highlighting.md
Add support for URLs relative to context root
Edits to templates/404.md
Set s.Info.LastChange to Lastmod
Add Lastmod field
Remove old baseline.txt with no current relevance
Add convenience script to run benchmarks
Add data-no-instant to livereload script tag
Allow to reverse taxonomy entries.
Allow forward slashes in Hugo new on Windows
docs: Use ToC length to pick the compact version
Add absURL and relURL to release notes
Add docs for Section Menu for “the Lazy Blogger”
Add list of deprecated names to release notes
Fix IsMenuCurrent for SectionPagesMenu
Make sure that complete server URL is logged on startup
Added in set PATH and new site output.
Update test logs for uniformity and consistency
IsMenuCurrent now resolving correctly when baseUrl is not at the root path
add undraft command
Very experimental support for mmark
Section menu for the lazy blogger
Add RSSUri to specify the name of the RSS file
Make server bind interface configurable.
Fix multilingual styling with small screen.
Added missing files, make the site look better.
Fix multilingual site layouts/templates.
Add blackfriday/ExtensionsMask option.
Allow 'classprefix' pygments options.
Add shortcode support for HTML files
Do not add trailing slash to baseURL
Rename field i to the more descriptive idx
absurlreplacer: remove superfluous code, take 2
absurlreplacer: remove superfluous code
Add benchmark tests for srcset handling
Fix testdata: srcset items should be comma separated, according to spec
Disable faulty range validation in apply
Try to make it more visible that you have to set baseUrl
tpl: check that types in args match the target func's type