summaryrefslogtreecommitdiffstats
path: root/hugolib/site_url_test.go
AgeCommit message (Expand)Author
2015-05-20Stop Viper from leaking across many of the tests (now tests pass regardless o...spf13
2015-05-05Do not add trailing slash to baseURLbep
2015-01-26Add pagination support for home page, sections and taxonomiesbep
2014-12-09Fix various Windows-issuesbep
2014-11-04Updating tests to use new Targets & Writers and switch to using Afero.MemMapF...spf13
2014-10-16Big refactor of how source files are used. Also added default destination ext...spf13
2014-04-09Renamed Indexes to Taxonomies. Old template and config parameters still work.spf13
2014-04-07Fixing all tests to pass with new Viper Configspf13
2014-03-01Fixing issues go vet reports.Mike Keesey
2013-11-05Remove the hugo-nav functionNoah Campbell
2013-10-08Move in memory target into target module.Noah Campbell
2013-09-20Section is determined by the source, not the urlNoah 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-13Add /index.html to unadorned alias pathsNoah 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-05Homepage "/" respects PublishDirNoah Campbell
2013-09-04Introduce source.FilesystemNoah Campbell
2013-09-03Expand the ShowPlan functionalityNoah Campbell
2013-08-30Externalize the writing of content to a targetNoah Campbell