summaryrefslogtreecommitdiffstats
path: root/hugolib/config.go
AgeCommit message (Expand)Author
2017-06-20hugolib: Add disableAliasesBjørn Erik Pedersen
2017-06-13Run gofmt to get imports in line vs gohugoio/hugoBjørn Erik Pedersen
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-05-31hugolib: Respect disableKinds=["sitemap"]Bjørn Erik Pedersen
2017-05-10commands, hugolib: Deprecate disable404, disableRSS, disableSitemap, disableR...Bjørn Erik Pedersen
2017-05-06hugolib: Add default config for ignoreFilesChase Adams
2017-03-27Remove the now superflous defaultExtensionBjørn Erik Pedersen
2017-03-10hugolib: Default rssLimit to unlimitedCameron Moore
2017-02-17hugolib: Make RSS item limit configurableCameron Moore
2017-02-17all: Refactor to nonglobal Viper, i18n etc.Bjørn Erik Pedersen
2016-11-07commands, tpl: Get rid of repeating viper accessesAlbert Nigmatzianov
2016-11-01Add GitInfoBjørn Erik Pedersen
2016-10-24all: Unify case of config variable namesAlbert Nigmatzianov
2016-09-16tpl: Add EnableMissingTranslationPlaceholders optiondigitalcraftsman
2016-09-15Make paginate settings configurable per languageBjørn Erik Pedersen
2016-09-06Remove unused Multilingual Viper defaultBjørn Erik Pedersen
2016-09-06Render main content language in root by defaultBjørn Erik Pedersen
2016-09-06Make it possible to configure Blackfroday per languageBjørn Erik Pedersen
2016-09-06Make the config loading testableBjørn Erik Pedersen
2014-04-05Hugo config abstracted into a general purpose config library called "Viper".spf13
2014-03-31Adding support for logging & verbose logging. Consolidation of error handling...spf13
2014-02-27Reorganization of helpers. Centralized Url/Path logic. Fixed #175.spf13
2014-01-29gofmt all go codeTibor Vass
2014-01-13Add `canonifyurls` config option.Phil Pennock
2013-12-28Fix static file change detection on Windows.Egon Elbre
2013-11-18configurable permalinks supportPhil Pennock
2013-11-12Truncated; .Site.Params; First functionPhil Pennock
2013-09-12Normalize paths within hugoNoah Campbell
2013-08-12Use / for template names regardless of platform.Noah Campbell
2013-07-26Adding support for destination dir, split out staticspf13
2013-07-19Default is now pretty urls (without .html)spf13
2013-07-11proper BaseUrl handling (if has trailing slash or not)spf13
2013-07-11Accidentally left in debugging codespf13
2013-07-11Now support for config files as yaml, json or tomlspf13
2013-07-06sanity: move from json to yamltycho garen
2013-07-04adding hugospf13