summaryrefslogtreecommitdiffstats
path: root/hugolib/site_url_test.go
Commit message (Expand)AuthorAge
* all: Run modernize -fix ./...Bjørn Erik Pedersen2025-02-26
* tests: Address deprecation warnings and errorsJoe Mooring2024-09-29
* testing: Simplify some integration testsBjørn Erik Pedersen2024-01-28
* all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen2024-01-27
* Move all Kind constants to its own packageBjørn Erik Pedersen2023-07-28
* Fix defaultContentLanguageInSubdir with only 1 languageBjørn Erik Pedersen2023-07-08
* Misc permalinks adjustmentsBjørn Erik Pedersen2023-06-29
* Create a struct with all of Hugo's config optionsBjørn Erik Pedersen2023-05-16
* Rework the Destination filesystem to make --renderStaticToDisk workBjørn Erik Pedersen2022-04-08
* all: Format code with gofumptBjørn Erik Pedersen2020-12-03
* tests: Convert from testify to quicktestBjørn Erik Pedersen2019-08-12
* hugolib: Allow page-relative aliasesBjørn Erik Pedersen2019-04-02
* Make Page an interfaceBjørn Erik Pedersen2019-03-23
* Simplify .Site.GetPage etc.Bjørn Erik Pedersen2018-07-18
* Unify page lookupsVas Sudanagunta2018-07-18
* config: Add the foundation for GDPR privacy configurationBjørn Erik Pedersen2018-05-21
* Add support for a content dir set per languageBjørn Erik Pedersen2018-04-02
* hugolib: Fix paginator URL for sections with URL in front matterBjørn Erik Pedersen2018-02-26
* Support uglyURLs per sectionBjørn Erik Pedersen2018-01-12
* :sparkles: Implement Page bundling and image handlingBjørn Erik Pedersen2017-12-27
* all: Update import paths to gohugoio/hugoBjørn Erik Pedersen2017-06-13
* hugolib: Enable nested sectionsBjørn Erik Pedersen2017-06-08
* hubolib: Do not add missing trailing slash to command line baseURLBjørn Erik Pedersen2017-04-07
* all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen2017-02-17
* all: Refactor to nonglobal file systemsBjørn Erik Pedersen2017-02-04
* all: Refactor to non-global loggerBjørn Erik Pedersen2017-01-07
* all: Unify case of config variable namesAlbert Nigmatzianov2016-10-24
* all: Remove dead codeAlbert2016-10-13
* Improve language handling in URLsBjørn Erik Pedersen2016-09-06
* Optimize the multilanguage build processBjørn Erik Pedersen2016-09-06
* Introduce HugoSites typeBjørn Erik Pedersen2016-09-06
* Add multilingual support in HugoAlexandre Bourget2016-09-06
* hugolib: Use named keys in composite literalsCameron Moore2016-08-19
* hugolib: Un-export internal Site-methodsBjørn Erik Pedersen2016-04-08
* Add readFile template funcBjørn Erik Pedersen2016-03-31
* hugolib: Fix Java-styled all-caps constsBjørn Erik Pedersen2016-03-22
* hugolib: Remove unused codeBjørn Erik Pedersen2016-03-14
* Create template clone for late template executionBjørn Erik Pedersen2016-03-09
* Add copyright header to that source files that don’t have one.Anthony Fok2015-12-10
* Stop Viper from leaking across many of the tests (now tests pass regardless o...spf132015-05-20
* Do not add trailing slash to baseURLbep2015-05-05
* Add pagination support for home page, sections and taxonomiesbep2015-01-26
* Fix various Windows-issuesbep2014-12-09
* Updating tests to use new Targets & Writers and switch to using Afero.MemMapF...spf132014-11-04
* Big refactor of how source files are used. Also added default destination ext...spf132014-10-16
* Renamed Indexes to Taxonomies. Old template and config parameters still work.spf132014-04-09
* Fixing all tests to pass with new Viper Configspf132014-04-07
* Fixing issues go vet reports.Mike Keesey2014-03-01
* Remove the hugo-nav functionNoah Campbell2013-11-05
* Move in memory target into target module.Noah Campbell2013-10-08