brevno-suite/hugo
2013-10-31 spf13More work on indexes
2013-10-26 spf13Better mobile support on docs site
2013-10-26 spf13Big visual overhaul of the docs. Docs now using indexes...
2013-10-26 spf13Flipping around weight order. higher weight at the...
2013-10-25 spf13Docs menu now powered by indexes.. converting some...
2013-10-25 spf13Big index overhaul. Now supporting ordering tokens...
2013-10-25 spf13Adding support for linkTitles
2013-10-25 spf13Better error handling when rendering error found when...
2013-10-24 spf13Update homepage
2013-10-24 spf13Migrate docs to Bootstrap 3.0
2013-10-24 spf13Watching doesn't built site 2x on write (ignores rename...
2013-10-24 spf13Adding support for ordering content in indexes by other...
2013-10-24 spf13Adding support for date field in front matter as date...
2013-10-24 spf13Adding support for more front matter types (int, float...
2013-10-18 spf13Add support for weighted pages
2013-10-18 spf13Adding preliminary support for weighted indexes (for...
2013-10-18 spf13Adding a quick start guide to hugo docs
2013-10-18 spf13New Homepage for Hugo
2013-10-15 spf13Adding support for MinRead. Closed #106
2013-10-15 spf13Wordcount restored. fixed #92
2013-10-10 spf13fixed #95, fixed #93
2013-10-09 spf13simplified buildSite & better error handling around it
2013-10-09 spf13Clean up server & build site logic. Fixed #94
2013-10-09 spf13server command now builds prior to serving
2013-10-08 Noah CampbellPermalink to include multiple directories levels
2013-10-08 Noah CampbellTest case for permalink functionality
2013-10-08 Noah CampbellAdding back the hugo homepage.
2013-10-08 Noah CampbellRefactor layout selection code
2013-10-08 Noah CampbellAdd support for Relative Permalinks
2013-10-08 Noah CampbellRefactor Permalink to private function
2013-10-08 Noah CampbellChange transformer order
2013-10-08 Noah CampbellMoving transformation on a per-page level
2013-10-08 Noah CampbellBetter handle missing layouts
2013-10-08 Noah CampbellUse io.Pipe for chaning render tasks.
2013-10-08 Noah CampbellCode cleanup
2013-10-08 Noah CampbellMove writing next to rendering
2013-10-08 Noah CampbellReducing scope of RenderThing*
2013-10-08 Noah CampbellMove in memory target into target module.
2013-10-08 Noah CampbellChange the order of Apply to be more Unixy
2013-10-08 Noah CampbellFixing up source code formatting.
2013-10-08 Noah CampbellChain transformers and test cases
2013-10-08 Noah CampbellMove AbsURL into seperate file
2013-10-08 Noah CampbellRename Transform to AbsURL
2013-10-08 Noah CampbellSet the name of the Nav attribute to select
2013-10-07 spf13Proper handling of 404 page return value
2013-10-07 spf13Fixing bug where RSS for site was rendered in wrong...
2013-10-07 spf13Fixing bug where only the first index list was created.
2013-10-04 spf13Summary can now contain short codes when using <!-...
2013-10-04 spf13server defaults to localhost unless overridden by comma...
2013-10-04 spf13Restoring former snippet behavior & adding test to...
2013-10-03 spf13Enabling Nitro ('--stepAnalysis') again. Fix #58
2013-10-02 spf13Switching to the rjson library which is more friendly...
2013-10-01 spf13fixed #85
2013-10-01 spf13Updating usage documentation to new interface
2013-10-01 spf13Restoring build and watch functionality
2013-09-30 Kyle Mahanminor documentation cleanup.
2013-09-30 windchUpdate filesystem.go
2013-09-29 spf13Change the interface to use commands and flags instead...
2013-09-29 spf13go fmt so code
2013-09-29 spf13Better error message when no source content is found.
2013-09-29 Noah CampbellAdd the ability to set navbar li class to active
2013-09-25 Noah CampbellSupport index.html indexes in content directory
2013-09-24 Noah CampbellFixes #80 - Homepage now renders correctly
2013-09-24 Noah Campbellsource: Fix failing build on windows
2013-09-21 Noah CampbellFix breaking test cases on unix platform
2013-09-21 Noah CampbellCreate a TargetPath() method that provides OutFile
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
next