Add the ability to set navbar li class to active
Support index.html indexes in content directory
Fixes #80 - Homepage now renders correctly
source: Fix failing build on windows
Fix breaking test cases on unix platform
Create a TargetPath() method that provides OutFile
Section is determined by the source, not the url
Fix fragments being AbsUrlified in final html
Allow non-markdown content in content directory
More expressive --check output
Add renderer information to --check
Fix parsing edge case of frontmatter
Merge remote-tracking branch 'origin/parser' into mrg_praser
Move AbUrlify to post content transformation
Initialize HTMLRedirectAlias before ShowPlan()
Add /index.html to unadorned alias paths
Remove RenderedContent from page.
Move alias logic to target module
Move alias rendering to target
Normalize paths within hugo
Added safeHtml template function
Homepage "/" respects PublishDir
Introduce source.Filesystem
Remove page module dependence on opening files
Expand the ShowPlan functionality
Add file reporting to planner
Code reorg, helpers.go has been decomposed.
Date rendering unit tests in pages
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