hugo/commands
Bjørn Erik Pedersen ffd37d4f75 Only print the path warnings once
We could reset and rerun it on server rebuilds, but that report needs a full build to make sense.

Also clean up the config vs flags in this area: Make all config settings match the flags e.g. `printPathWarnings`, but set up aliases for the
old.

Fixes #11187
2023-06-30 10:24:28 +02:00
..
commandeer.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
commands.go commands: Improve the common build flag handling 2023-05-17 22:13:29 +02:00
config.go commands: Make hugo env respect --logLevel 2023-06-21 23:18:38 +02:00
convert.go Print help message when triggered with no flags 2023-06-28 14:58:36 +02:00
deploy.go deploy: Fix deploy defaults for non-zero flag values (e.g. maxDeletes, invalidateCDN) 2023-06-18 19:38:34 +02:00
deploy_off.go Fix broken nodeploy setup 2023-06-23 12:40:43 +02:00
env.go commands: Make hugo env respect --logLevel 2023-06-21 23:18:38 +02:00
gen.go Print help message when triggered with no flags 2023-06-28 14:58:36 +02:00
helpers.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
hugo_windows.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
hugobuilder.go Only print the path warnings once 2023-06-30 10:24:28 +02:00
import.go Print help message when triggered with no flags 2023-06-28 14:58:36 +02:00
list.go Print help message when triggered with no flags 2023-06-28 14:58:36 +02:00
mod.go commands: Handle hugo mod get --help 2023-06-29 08:53:50 +02:00
new.go releaser: Bump versions for release of 0.115.0 2023-06-29 15:56:39 +00:00
release.go commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod 2023-05-28 12:55:44 +02:00
server.go Replace the old log setup, with structured logging etc. 2023-06-18 13:03:04 +02:00