brevno-suite/hugo
2013-09-21 Noah CampbellSection is determined by the source, not the url
2013-09-18 Noah CampbellFix fragments being AbsUrlified in final html
2013-09-18 Noah CampbellAllow non-markdown content in content directory
2013-09-18 Noah CampbellMore expressive --check output
2013-09-18 Noah CampbellAdd renderer information to --check
2013-09-18 Noah CampbellAdd IsRenderable to Page
2013-09-18 Noah CampbellFix parsing edge case of frontmatter
2013-09-17 Noah CampbellMerge remote-tracking branch 'origin/parser' into mrg_p...
2013-09-17 Noah CampbellMove AbUrlify to post content transformation
2013-09-17 Noah CampbellAdd a transform step
2013-09-13 Noah CampbellFix alias documentation.
2013-09-13 Noah CampbellInitialize HTMLRedirectAlias before ShowPlan()
2013-09-13 Noah CampbellAdd /index.html to unadorned alias paths
2013-09-13 Noah CampbellRemove RenderedContent from page.
2013-09-13 Noah CampbellMove alias logic to target module
2013-09-12 Noah CampbellMove alias rendering to target
2013-09-12 Noah CampbellNormalize paths within hugo
2013-09-10 Nelson SilvaAdded safeHtml template function
2013-09-05 Noah CampbellHomepage "/" respects PublishDir
2013-09-05 Noah CampbellIntroduce source.Filesystem
2013-09-05 Noah CampbellRemove page module dependence on opening files
2013-09-04 Noah CampbellExpand the ShowPlan functionality
2013-09-04 Noah CampbellMove to target.Filesystem
2013-09-04 Noah CampbellAdd Translate to target
2013-09-04 Noah CampbellAdd file reporting to planner
2013-09-04 Noah CampbellAdding Planner
2013-09-03 Noah CampbellCode reorg, helpers.go has been decomposed.
2013-09-03 Noah CampbellDate rendering unit tests in pages
2013-09-03 Noah CampbellRemove hugolib.HTML and hugolib.URL types
2013-09-03 Noah CampbellInclude building hugo docs as part of test.
2013-09-02 Noah CampbellInclude building hugo docs as part of test.
2013-09-02 Fabrizio (Misto... Add support for amber files
2013-09-02 Fabrizio (Misto... Abstract html/template dependency
2013-09-02 Fabrizio (Misto... Use s everywhere for consistency
2013-09-01 Noah CampbellReturn an error (other than 0) when ./hugo fails
2013-09-01 Mark SanbornThe <!--more--> (summary divider) now works even if...
2013-09-01 Noah CampbellSmall code cleanup
2013-08-31 Noah CampbellReturn an error with WritePublic
2013-08-31 Noah CampbellRemoving site.Directories.
2013-08-31 Noah CampbellExternalize the writing of content to a target
2013-08-31 Noah CampbellEnsure Section is set before returning Page object.
2013-08-31 Noah CampbellRevert "Return errors when rendering"
2013-08-30 Noah CampbellCleanup formatting - go fmt ./...
2013-08-30 Mark SanbornFixed bug where Url specified in front matter as pretty...
2013-08-29 Daniel Alan... Adding .Summary to page variables
2013-08-29 Fabrizio (Misto... clean up logic
2013-08-27 Ross LawleyRefactored added RenderThingOrDefault and tests
2013-08-26 Noah CampbellUsing new parser.
2013-08-23 Hugo DuncanReturn any error reported by RenderHomePage
2013-08-23 Ross LawleyWordpress summaries
2013-08-23 Ross LawleyAdd 404.html for gh-pages
2013-08-23 Noah CampbellRenderThing test cases
2013-08-23 Noah CampbellTest cases for ignoreDotFile
2013-08-23 Noah CampbellUpdate .gitignore to ignore *.swo files
2013-08-23 Noah CampbellFix benchmark so the buffer is read each time.
2013-08-23 Noah CampbellRemoving GetSection
2013-08-23 Noah CampbellSkip "dot" files in layout
2013-08-21 Steve FranciaMerge pull request #53 from hugoduncan/feature/print...
2013-08-21 Steve FranciaMerge pull request #52 from rozza/StaticSync
2013-08-21 Steve FranciaMerge pull request #51 from cabello/patch-3
2013-08-21 Steve FranciaMerge pull request #50 from cabello/patch-2
2013-08-21 Steve FranciaMerge pull request #49 from cabello/patch-1
2013-08-20 Hugo DuncanPrint error if index value in a page is wrong type
2013-08-20 Ross LawleyStatic changes shouldn't be destructive to existing...
2013-08-20 Danilo CabelloRemove extra quotes from meta data
2013-08-20 Danilo CabelloCheck .Prev and .Next pointers before using it
2013-08-20 Danilo CabelloFix broken link to Index page
2013-08-19 Steve FranciaMerge pull request #46 from rawfalafel/sync_static
2013-08-19 rawfalafelWatch StaticDir and sync to PublishDir on change
2013-08-18 Steve FranciaMerge pull request #44 from cactus/avoid-redirect-with...
2013-08-18 Steve FranciaMerge pull request #43 from hugoduncan/feature/allow...
2013-08-18 Steve FranciaMerge pull request #41 from rozza/skipStatic
2013-08-18 spf13Merge branch 'noahcampbell-index_reporting'
2013-08-18 Noah CampbellFormatting cleanup
2013-08-18 Noah CampbellRemoving the use of slash
2013-08-18 Noah CampbellDetect missed index from front matter
2013-08-18 Noah CampbellReturn errors when rendering
2013-08-18 spf13Removing extra links on homepage
2013-08-18 spf13Adding "fork me on github" banner
2013-08-18 spf13Complete overhaul of the docs
2013-08-17 Steve FranciaMerge pull request #40 from VonC/clarify_uglyurls_flag
2013-08-16 elijavoid handling a redirect from slug to slug/
2013-08-16 Hugo DuncanEnable aliases from .xhtml paths
2013-08-15 Ross LawleySkip Static directory if its in your content directory
2013-08-14 VonCClarify uglyurls flag.
2013-08-14 spf13Merge branch 'master' of github.com:spf13/hugo
2013-08-14 spf13Further work on path/section stuff. Tests passing now.
2013-08-14 Steve FranciaMerge pull request #38 from noahcampbell/workflow_dotfile
2013-08-13 spf13Now support for nested paths. Better section detection.
2013-08-13 spf13Merge branch 'master' of github.com:spf13/hugo
2013-08-13 Steve FranciaMerge pull request #37 from noahcampbell/master
2013-08-13 Steve FranciaMerge pull request #31 from cactus/issue-31
2013-08-13 spf13Adding support for a default content type template
2013-08-13 spf13Adding support for recent content.
2013-08-13 Noah CampbellIgnore dotfiles in content directory
2013-08-13 Noah Campbellgofmt pass
2013-08-13 Noah CampbellTest GetParam and the various incarnations of frontmatter.
2013-08-13 elijmove "dot" in regex to avoid it being part of a range
2013-08-13 Steve FranciaMerge pull request #32 from cactus/issue-32
2013-08-13 elijfix sanitizeRegex to not strip "dots"
next