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
Merge pull request #22 from nsabine/master
Merge pull request #21 from duncanbeevers/master
Added examples to indexes.md
Added .Content variable to docs
Merge pull request #20 from VonC/version
Make sure hugo --version prints the version and does *nothing* else.
Fixing missing trailing slash in baseUrl
Populated page Site metadata. Enables accessing Indexes from Page template.
Merge pull request #19 from nsabine/master
Merge pull request #15 from hhatto/update-doc
update document for content directory
Merge branch 'master' of github.com:spf13/hugo
removing erroneous debugging output
Merge pull request #12 from imrehg/docfix
Fix example in docs that wouldn't work in practice
Merge pull request #11 from noahcampbell/master
Fixing link to contributor page on github
Shrinking the readme to just the basics to avoid dupe with doc site
Including documentation on indexes
Renaming indexes template to indexes.html
Added support for indexes of indexes & ordered indexes
Removing OSX files from repo. Updating .gitignore to not track these files.
Merge pull request #8 from SebastianM/doc-json-fix
Merge pull request #10 from noahcampbell/master
Fix JSON syntax error in example configuration
Adding error message when no content pages exists.
Updating the .gitignore for windows and vim users.
Fixed section labels causing panic on windows.
copying static content to destination
Using MkdirAll instead of my own logic
Adding support for destination dir, split out static
permalink now respects pretty urls