Move in memory target into target module.
Change the order of Apply to be more Unixy
Fixing up source code formatting.
Chain transformers and test cases
Move AbsURL into seperate file
Rename Transform to AbsURL
Set the name of the Nav attribute to select
Proper handling of 404 page return value
Fixing bug where RSS for site was rendered in wrong location
Fixing bug where only the first index list was created.
Summary can now contain short codes when using <!--more--> to define end of summary.
server defaults to localhost unless overridden by command line flags
Restoring former snippet behavior & adding test to ensure future behavior
Enabling Nitro ('--stepAnalysis') again. Fix #58
Switching to the rjson library which is more friendly to human generated json.
Updating usage documentation to new interface
Restoring build and watch functionality
minor documentation cleanup.
Update filesystem.go
Change the interface to use commands and flags instead of just flags.
Better error message when no source content is found.
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