Add option to disable Blackfriday LaTeX style dashes
added thumbnail
Create mariosanchez.md
add vamp.io site as showcase
Use helpers.GetThemeDir() to find base templates.
Refactor theme path helper functions.
Add support for baseof.ace templates in themes.
Proper parsing structured array from yaml based FrontMatter
Use pooled buffer in replaceShortcodes
docs: make the named value Data File example simpler
Update datafiles.md
Fix map-order dependent menu tests
Print URL when failing menu test
Remove superfluous p-tags around shortcodes
Comment out mystery test
Revert "add preliminary support for content/index.md file to be homepage content"
Revert "refactor and clean up site tests"
Revert "Move matchRender to test helpers file"
Revert "Add tests for homepage content support"
Revert "Make .IsHome work when homepage as page"
Make .IsHome work when homepage as page
Add tests for homepage content support
Move matchRender to test helpers file
add preliminary support for content/index.md file to be homepage content
Remove superfluous return
Make removal of accents in taxonomy and section paths optional
Add new tutorial for multilingual sites
Update docs for `last` template function
Add `last` template function
Refactor var name limit to index
Add `after` to template function documentation
Add `after` template function
Add Blackfriday definition lists extension support
Revert "Add some debug to failing menu test"
Move Viper reset to correct level in menu tests
Reset Viper for every duplicate menu test iteration
Make sure target destination has the right path separator.
Let travis test against go-tip
Fix substr tpl func's int type variant issue
Rename WatchIgnoreFiles to IgnoreFiles
Add configurable list to ignore files in server watch
GetJSON/GetCSV: Add retry on invalid content
Allow custom RSS Uri for section and taxonomy feeds
Update introduction.md
Add some missing page permalink test cases
Never remove trailing slash in RelPermalink
Add two articles about Hugo to the Press page
Make deprecated warning for this release more alert
Add `time.Time` type support to `where` tpl func
Document techniques for debugging templates.
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