Docs: Minor copyediting/proofreading
Docs: Quote <!--more--> in <code> instead of italicizing it
Correct URL of the favicon in the documentation
Always use RFC3339 for version date format.
Add Ace template engine support
Github page strategy for username.github.io repos
Fixed typo in summaries description in the documentation
showcase: update ucsb entry
Correct alias
Fix missing shortcode in doc
Adding Prev/Next functionality to all lists of pages (sections, taxonomies, etc)
adding appvoyer support for Windows CI integration
Doc for markdownify
Add markdownify template filter
update summary.md with info on handling of html tags
Enable descriptive header IDs.
fixing race condition in CreatePages
Added makefile that builds with git information
Correct path in theme search order
Added link to my blogpost about travelling with Hugo in asia
Added stou.dk to showcases
fix version command so that it will work with all supported config formats and added tests
typo: practical
fixed #656. Templates work properly when watching.
refactor handlers to use types instead of structs.
Move template library into it's own package (tpl). No longer dependent on hugolib. Can be used externally.
Added a new command `hugo list drafts` and `hugo list future`
Update shortcode doc for 0.13-DEV
Fix broken convert
Update shortcodes.md
Fix failing shortcode tests on Travis
Various fixes in RSS feed generation
fixing typo
Fix template checking order in site.go
Shortcode rewrite, take 2
Removing dependency on go-html-transform (fixing the build).
Fix `GroupBy` function issues
Reinsert deleted test
Update creating-a-new-theme.md
Update creating-a-new-theme.md
Update creating-a-new-theme.md
converted helpers usage of path 2 filepath
converted path 2 filepath
converted path 2 filepath
convert path 2 filepath
converted path 2 filepath
change path usage to filepath
add support for fsync's noTime flag
update README.md with info on adding compile information to version
Fixed launchcode5.md description
Added launchcode-tn.jpg to docs/static/img
Create launchcode5.md
Make Where template-method accept methodname as key
Params map has string as key
Added better error message for poorly formed frontmatters in archtypes
Add Git directory deployment flow to tutorial
Fix a bug with taxonomy rendering.
Allow partial without .html
Fix missing space before 'width'
rewriting guessSection to accurately reflect intent and usage. Update tests.
First stab at correcting GuessSection tests
Fix: rewrite FileAndExt
Fix: remove the unnecessary dot in an extension
Updated TestReplaceExtensioni, TestFilename and TestFileAndExt
WriteToDisk and SafeWriteToDisk test cleaned up
WriteToDisk and SafeWriteToDisk tests now pass
Fix: Test TestSafeWriteToDisk now works
Added the path modules test files
Added the url modules test files.
Added the general modules test files
Remove the helpers_test.go file
Use page.Markup to determine which PageHandler to use if it's set.
Adding a proper css file handler (with automatic minification)
Updating tests to use new Targets & Writers and switch to using Afero.MemMapFs for more accurate tests.
New targets & new renderers and write methods [WIP]
Better error messages for show_plan_test
Page Group functions now work even when an uppercase field / method is provided.
Setting to filesystems to the afero.fs interface so can be easily swapped out.
Source files can provide content as String or Bytes or Reader
Adding ReaderTo and ToReader helper functions
Update menu test to work with revised source struct
Change the type of .Site.Author from…
Fix #593 problem with `hugo -w`
Change permalink validation and substitution.
Output a timestamp with hugo server --watch
Fix sourceLink for Hugo
Create creating-a-new-theme.md
Fix for issue 583
Fix broken link
Minor doc corrections
Extend template's mod and modBool functions to accept any int types
added note about pygment example code and markdown processing, updated example
540: add support for build information output to version command
Fix redirect-loop for Hugo server
Add sort and grouping functions for publish date and param of Page