summaryrefslogtreecommitdiffstats
path: root/hugolib/site_url_test.go
AgeCommit message (Expand)Author
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-06-08hugolib: Enable nested sectionsBjørn Erik Pedersen
2017-04-07hubolib: Do not add missing trailing slash to command line baseURLBjørn Erik Pedersen
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2017-02-04all: Refactor to nonglobal file systemsBjørn Erik Pedersen
2017-01-07all: Refactor to non-global loggerBjørn Erik Pedersen
2016-10-24all: Unify case of config variable namesAlbert Nigmatzianov
2016-10-13all: Remove dead codeAlbert
2016-09-06Improve language handling in URLsBjørn Erik Pedersen
2016-09-06Optimize the multilanguage build processBjørn Erik Pedersen
2016-09-06Introduce HugoSites typeBjørn Erik Pedersen
2016-09-06Add multilingual support in HugoAlexandre Bourget
2016-08-19hugolib: Use named keys in composite literalsCameron Moore
2016-04-08hugolib: Un-export internal Site-methodsBjørn Erik Pedersen
2016-03-31Add readFile template funcBjørn Erik Pedersen
2016-03-22hugolib: Fix Java-styled all-caps constsBjørn Erik Pedersen
2016-03-14hugolib: Remove unused codeBjørn Erik Pedersen
2016-03-09Create template clone for late template executionBjørn Erik Pedersen
2015-12-10Add copyright header to that source files that don’t have one.Anthony Fok
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