master
Fix "unknown command" message when no suggestion
Create a struct with all of Hugo's config options
all: Change site to project where appropriate
commands: Fix environment isolation for configuration settings
commands: Preserve non-content files in convert output
testscripts: Move layouts file to new structure
commands: Fix github-dark chromastyles
Write all logging (INFO, WARN, ERROR) to stderr
commands: Use punctuation consistently in short description
commands: Fail the build when no config file or config dir
Revert "common/hugo: Deprecate extended and extended_withdeploy editions"
Don't create the public folder unless needed
commands: Fix --panicOnWarning flag having no effect with module version warnings
testscripts: Add and improve commands tests for static mounts
Fix regression on handling of overlapping file mounts
commands: Skip chmod for files without owner-write permission
testscripts/commands: Update 'future' date to far future
testing: Simplify line ending handling in tests
Fix it so disable a module does not disable transitive dependency required by others
modules: Add support for direct version module imports in hugo.toml
commands: Reinstate some of the removed build flags (e.g. --theme) to new and mod
Fix so hugo get -u updates transitively
commands/mod: Ignore invalid module path
modules: Ignore non-require blocks in go.mod rewrite
create: Fix non-deterministic conflict detection in hugo new content
all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning
Make sure resources directory isn't created in hugo new theme