source/File: Fix data races
Document Amber templates
On error, return error message, not nil
Add a check for the setting of watch flag in config file
Let Amber template call Hugo's custom functions
Fix name logic for Amber templates
Fix link to front matter
Fix unclear RSS template docs
Add mention about .Hugo.Generator in 'Creating a theme' section
Fix typo: "taxononomy" -> "taxonomy"
Add paginator support for page groups
fix TestHomeNodeMenu test
Allow page.HasMenuCurrent() and node.HasMenuCurrent() to proceed with multi-level nested menus
Log missing theme as FATAL
Checks to ensure theme directory, if specified, exists
Fix log message in test
Add RuneCount to Page
Omit protocol from embedded font resources
Change arianv sourceLink to master branch
Add learnoverpass
Add arianv
add a showcase of sa.muel.be
[Docs] Press page. Fix URL
Add support for GitHub-flavoured markdown code fences for highlighting
If no language is provided to Pygments, then try and guess it
Add a showcase of Kangkona
Add how-to for foreign language month names
Add Rick and eSolia's sites to the Hugo docs showcase
Added missing "Social" section to SiteInfo
Document Page.RawContent in templates/variables/
Add Page.RawContent() to access raw Markdown as a string.
Add nil comparison to where tpl function
Fix watcher detecting changes as static when no theme
Add doc for new Blackfriday options
Add config option for Blackfriday HTML_HREF_TARGET_BLANK
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