aboutsummaryrefslogtreecommitdiffhomepage
path: root/hugolib
AgeCommit message (Expand)Author
2013-11-14Homepage now has all content available, use sorting and first to control rend...spf13
2013-11-12Truncated; .Site.Params; First functionPhil Pennock
2013-11-05Remove the hugo-nav functionNoah Campbell
2013-11-05Adding RSS test case.Noah Campbell
2013-11-05Fix Test NameNoah Campbell
2013-11-05Buffers instead of pipesspf13
2013-11-01Improve rendering timeNoah Campbell
2013-10-31Removing check for directory: static, layoutsNoah Campbell
2013-10-31More work on indexesspf13
2013-10-26Flipping around weight order. higher weight at the bottom. use negative to pi...spf13
2013-10-25Big index overhaul. Now supporting ordering tokens by count or alphabetically...spf13
2013-10-25Adding support for linkTitlesspf13
2013-10-25Better error handling when rendering error found when in watch modespf13
2013-10-24Adding support for ordering content in indexes by other than date (weighted i...spf13
2013-10-24Adding support for date field in front matter as date (as TOML provides)spf13
2013-10-24Adding support for more front matter types (int, float & date)spf13
2013-10-18Add support for weighted pagesspf13
2013-10-17Adding preliminary support for weighted indexes (for ordering by other than d...spf13
2013-10-15Adding support for MinRead. Closed #106spf13
2013-10-15Wordcount restored. fixed #92spf13
2013-10-09fixed #95, fixed #93spf13
2013-10-09simplified buildSite & better error handling around itspf13
2013-10-08Permalink to include multiple directories levelsNoah Campbell
2013-10-08Test case for permalink functionalityNoah Campbell
2013-10-08Refactor layout selection codeNoah Campbell
2013-10-08Add support for Relative PermalinksNoah Campbell
2013-10-08Refactor Permalink to private functionNoah Campbell
2013-10-08Change transformer orderNoah Campbell
2013-10-08Moving transformation on a per-page levelNoah Campbell
2013-10-08Better handle missing layoutsNoah Campbell
2013-10-08Use io.Pipe for chaning render tasks.Noah Campbell
2013-10-08Move writing next to renderingNoah Campbell
2013-10-08Reducing scope of RenderThing*Noah Campbell
2013-10-08Move in memory target into target module.Noah Campbell
2013-10-08Change the order of Apply to be more UnixyNoah Campbell
2013-10-08Rename Transform to AbsURLNoah 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-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-29go fmt so codespf13
2013-09-29Better error message when no source content is found.spf13
2013-09-24Support index.html indexes in content directoryNoah Campbell
2013-09-24Fixes #80 - Homepage now renders correctlyNoah 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