1
0
Fork 0
hugo/commands
Joe Mooring 24ac6a9de9 commands/new: Improve theme creation
- Update the skeleton structure to match the new template system.
- Add a --format flag to the `hugo new theme` command to control the
  format of the site configuration and default archetype files.
- Remove theme.toml. This file's presence can be confusing for new
  users, and the README in the themes repository already has an example.
- Remove the LICENSE and README files from the skeleton. These files
  are not needed for a theme to work, and they can be added later by
  the user if desired.

Closes #13489
Closes #13544
2025-04-08 16:35:46 +02:00
..
commandeer.go all: Run modernize -fix ./... 2025-02-26 11:44:25 +01:00
commands.go commands: Add "hugo build" as an alias for "hugo" 2024-09-30 10:36:29 +02:00
config.go all: Run modernize -fix ./... 2025-02-26 11:44:25 +01:00
convert.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
deploy.go all: Remove deprecated build tags 2025-02-08 10:29:42 +01:00
deploy_flags.go commands: Print the "deploy not available" error message even if flags provided 2024-11-05 11:40:42 +01:00
deploy_off.go all: Remove deprecated build tags 2025-02-08 10:29:42 +01:00
env.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
gen.go commands/gen: Set url in command pages to /docs/reference/commands/ 2025-03-14 21:11:46 +01:00
helpers.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugo_windows.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugobuilder.go commands: Move the CHMOD event filter up 2025-02-10 17:02:06 +01:00
import.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
list.go Write all logging (INFO, WARN, ERROR) to stderr 2024-12-13 09:23:09 +01:00
mod.go commands: Use punctuation consistently in short description 2025-02-13 08:40:26 +01:00
new.go commands/new: Improve theme creation 2025-04-08 16:35:46 +02:00
release.go commands: Use punctuation consistently in short description 2025-02-13 08:40:26 +01:00
server.go Reimplement and simplify Hugo's template system 2025-04-06 20:59:41 +02:00