summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-08Chain transformers and test casesNoah Campbell
2013-10-08Move AbsURL into seperate fileNoah Campbell
2013-10-08Rename Transform to AbsURLNoah Campbell
2013-10-08Set the name of the Nav attribute to selectNoah Campbell
2013-10-07Proper handling of 404 page return valuespf13
2013-10-07Fixing bug where RSS for site was rendered in wrong locationspf13
2013-10-07Fixing bug where only the first index list was created.spf13
2013-10-04Summary can now contain short codes when using <!--more--> to define end of s...spf13
2013-10-04server defaults to localhost unless overridden by command line flagsspf13
2013-10-04Restoring former snippet behavior & adding test to ensure future behaviorspf13
2013-10-03Enabling Nitro ('--stepAnalysis') again. Fix #58spf13
2013-10-01Switching to the rjson library which is more friendly to human generated json.spf13
2013-09-30fixed #85spf13
2013-09-30Updating usage documentation to new interfacespf13
2013-09-30Restoring build and watch functionalityspf13
2013-09-29minor documentation cleanup.Kyle Mahan
2013-09-29Update filesystem.gowindch
2013-09-29Change the interface to use commands and flags instead of just flags.spf13
2013-09-29go fmt so codespf13
2013-09-29Better error message when no source content is found.spf13
2013-09-28Add the ability to set navbar li class to activeNoah Campbell
2013-09-24Support index.html indexes in content directoryNoah Campbell
2013-09-24Fixes #80 - Homepage now renders correctlyNoah Campbell
2013-09-24source: Fix failing build on windowsNoah Campbell
2013-09-20Fix breaking test cases on unix platformNoah Campbell
2013-09-20Create a TargetPath() method that provides OutFileNoah Campbell
2013-09-20Section is determined by the source, not the urlNoah Campbell
2013-09-18Fix fragments being AbsUrlified in final htmlNoah Campbell
2013-09-18Allow non-markdown content in content directoryNoah Campbell
2013-09-18More expressive --check outputNoah Campbell
2013-09-18Add renderer information to --checkNoah Campbell
2013-09-18Add IsRenderable to PageNoah Campbell
2013-09-18Fix parsing edge case of frontmatterNoah Campbell
2013-09-17Merge remote-tracking branch 'origin/parser' into mrg_praserNoah Campbell
2013-09-17Move AbUrlify to post content transformationNoah Campbell
2013-09-17Add a transform stepNoah Campbell
2013-09-13Fix alias documentation.Noah Campbell
2013-09-13Initialize HTMLRedirectAlias before ShowPlan()Noah Campbell
2013-09-13Add /index.html to unadorned alias pathsNoah Campbell
2013-09-13Remove RenderedContent from page.Noah Campbell
2013-09-12Move alias logic to target moduleNoah Campbell
2013-09-12Move alias rendering to targetNoah Campbell
2013-09-12Normalize paths within hugoNoah Campbell
2013-09-10Added safeHtml template functionNelson Silva
2013-09-05Homepage "/" respects PublishDirNoah Campbell
2013-09-04Introduce source.FilesystemNoah Campbell
2013-09-04Remove page module dependence on opening filesNoah Campbell
2013-09-03Expand the ShowPlan functionalityNoah Campbell
2013-09-03Move to target.FilesystemNoah Campbell
2013-09-03Add Translate to targetNoah Campbell