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>2021-03-21 13:32:12 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-03-21 13:32:12 +0100
commit195d108da75c9e5b9ef790bc4a5879c1e913964b (patch)
tree6a99ad4b95175a8c21e34234b3948c7d7cd11ab3 /docs/content/en/commands/hugo_new_theme.md
parentc94aa5cf46f91d777a61595b37835c40f1bddff1 (diff)
docs: Regen CLI docs
Diffstat (limited to 'docs/content/en/commands/hugo_new_theme.md')
-rw-r--r--docs/content/en/commands/hugo_new_theme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/commands/hugo_new_theme.md b/docs/content/en/commands/hugo_new_theme.md
index 1a91112d3..d040a252f 100644
--- a/docs/content/en/commands/hugo_new_theme.md
+++ b/docs/content/en/commands/hugo_new_theme.md
@@ -1,5 +1,5 @@
---
-date: 2021-02-20
+date: 2021-03-21
title: "hugo new theme"
slug: hugo_new_theme
url: /commands/hugo_new_theme/
@@ -10,7 +10,7 @@ Create a new theme
### Synopsis
-Create a new theme (skeleton) called [name] in the current directory.
+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
as you see fit.
@@ -47,4 +47,4 @@ hugo new theme [name] [flags]
* [hugo new](/commands/hugo_new/) - Create new content for your site
-###### Auto generated by spf13/cobra on 20-Feb-2021
+###### Auto generated by spf13/cobra on 21-Mar-2021