summaryrefslogtreecommitdiffstats
path: root/docs/content/en/commands/hugo_new_theme.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-29 11:17:28 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-07-29 11:17:28 +0200
commit8859be1c01eac8b7423b9ff515c2d8c5c3d9d754 (patch)
tree5b503e5ef88c6569228f77936d5fb723c8a512b1 /docs/content/en/commands/hugo_new_theme.md
parentbec9b80d95d1be8270bcda080037c588614f3be1 (diff)
parent87de22d7464e239c775fbd48ebce1665d5b1e80d (diff)
Diffstat (limited to 'docs/content/en/commands/hugo_new_theme.md')
-rw-r--r--docs/content/en/commands/hugo_new_theme.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
index 027f636f2..301c79e0c 100644
--- a/docs/content/en/commands/hugo_new_theme.md
+++ b/docs/content/en/commands/hugo_new_theme.md
@@ -5,16 +5,17 @@ url: /commands/hugo_new_theme/
---
## hugo new theme
-Create a new site (skeleton)
+Create a new theme (skeleton)
### Synopsis
-Create a new site in the provided directory.
-The new site will have the correct structure, but no content or theme yet.
-Use `hugo new [contentPath]` to create new content.
+Create a new theme (skeleton) called [name] in ./themes.
+New theme is a skeleton. Please add content to the touched files. Add your
+name to the copyright line in the license and adjust the theme.toml file
+according to your needs.
```
-hugo new theme [path] [flags]
+hugo new theme [name] [flags]
```
### Options