Remove hugolib.HTML and hugolib.URL types
Include building hugo docs as part of test.
Include building hugo docs as part of test.
Add support for amber files
Abstract html/template dependency
Use s everywhere for consistency
Return an error (other than 0) when ./hugo fails
The <!--more--> (summary divider) now works even if it is on the same line as content
Return an error with WritePublic
Removing site.Directories.
Externalize the writing of content to a target
Ensure Section is set before returning Page object.
Revert "Return errors when rendering"
Cleanup formatting - go fmt ./...
Fixed bug where Url specified in front matter as pretty url wouldnt render
Adding .Summary to page variables
clean up logic
Refactored added RenderThingOrDefault and tests
Return any error reported by RenderHomePage
Wordpress summaries
Add 404.html for gh-pages
Test cases for ignoreDotFile
Update .gitignore to ignore *.swo files
Fix benchmark so the buffer is read each time.
Skip "dot" files in layout
Merge pull request #53 from hugoduncan/feature/print-error-on-invalid-index
Merge pull request #52 from rozza/StaticSync
Merge pull request #51 from cabello/patch-3
Merge pull request #50 from cabello/patch-2
Merge pull request #49 from cabello/patch-1
Static changes shouldn't be destructive to existing files
Print error if index value in a page is wrong type
Remove extra quotes from meta data
Check .Prev and .Next pointers before using it
Fix broken link to Index page
Merge pull request #46 from rawfalafel/sync_static
Watch StaticDir and sync to PublishDir on change
Merge pull request #44 from cactus/avoid-redirect-with-slugs
Merge pull request #43 from hugoduncan/feature/allow-xhtml-aliases
Merge pull request #41 from rozza/skipStatic
Merge branch 'noahcampbell-index_reporting'
Formatting cleanup
Removing the use of slash
Detect missed index from front matter
Return errors when rendering
Merge pull request #40 from VonC/clarify_uglyurls_flag
avoid handling a redirect from slug to slug/
Enable aliases from .xhtml paths
Skip Static directory if its in your content directory
Merge branch 'master' of github.com:spf13/hugo
Further work on path/section stuff. Tests passing now.
Merge pull request #38 from noahcampbell/workflow_dotfile
Now support for nested paths. Better section detection.
Merge branch 'master' of github.com:spf13/hugo
Adding support for a default content type template
Adding support for recent content.
Merge pull request #37 from noahcampbell/master
Merge pull request #31 from cactus/issue-31
Ignore dotfiles in content directory
Test GetParam and the various incarnations of frontmatter.
move "dot" in regex to avoid it being part of a range
Merge pull request #32 from cactus/issue-32
fix sanitizeRegex to not strip "dots"
fix wrong renderlist feed permalink
Merge pull request #36 from noahcampbell/master
Use / for template names regardless of platform.
Merge pull request #35 from noahcampbell/master
Support for non-standard formats.
Move timezone tests to integration test.
Add additional details to date test cases.
Provide better support for various date formats.
Merge pull request #26 from noahcampbell/master
Started new release notes, added nitro step for aliases
Adding correct canonical link to alias pages
Adding support for aliases (redirects)
Merge branch 'redirect' of https://github.com/rozza/hugo into rozza-redirect
Merge branch 'master' of github.com:spf13/hugo
Add redirect to page parameters and redirects example
Add support for continuous testing.
Merge pull request #25 from noahcampbell/master
Better reporting when the template is missing.
Nitro timer is encapsulated.
Adding benchmark for parsing pages using unicode.
Adding ability to read from io.Reader
Introduce unit testing for page.go
Remove unreachable code path.
Using a composite literal to create a page.
Support pages without folders
Provide better error handling