hugo/config
Bjørn Erik Pedersen 11ecea6106 Make build.writeStats a struct
So you can do

```toml
[build.writeStats]
  tags = true
  classes = true
  ids = false
```

Fixes #11191
2023-07-01 15:38:32 +02:00
..
allconfig Only print the path warnings once 2023-06-30 10:24:28 +02:00
privacy
security Don't panic on invalid security whitelist regexp 2023-06-28 08:57:28 +02:00
services Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
testconfig Add empty Environ when loading test config 2023-06-19 17:49:45 +02:00
commonConfig.go Make build.writeStats a struct 2023-07-01 15:38:32 +02:00
commonConfig_test.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00
configLoader.go commands,config: Fix typo in log and error messages 2023-06-12 16:45:20 +02:00
configLoader_test.go
configProvider.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
configProvider_test.go
defaultConfigProvider.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
defaultConfigProvider_test.go
docshelper.go
env.go
env_test.go
namespace.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
namespace_test.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00