master
Fix "unknown command" message when no suggestion
Create a struct with all of Hugo's config options
config: Preserve intentionally empty maps
all: Change site to project where appropriate
commands: Fix environment isolation for configuration settings
commands: Fix convert command
testscripts: Move layouts file to new structure
common/hugo: Include non-go dependencies in go env output
deps: Add Chroma dark/light mode support
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
cache/filecache: Don't prune used cache entries with mixed-case dir names
commands: Fix import from Jekyll
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/npm: Fix false stale warning after npm pack
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
Drop symlinks in parent directories
Make sure resources directory isn't created in hugo new theme