Skip to content
Snippets Groups Projects
Unverified Commit 706073ca authored by anarcat's avatar anarcat
Browse files

hugo new doesn't open an editor by default

parent f22524af
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,9 @@ with `hugo new`, for example:
hugo new issues/2021-02-03-testing-cstate-again.md
This will open an editor with a pre-filled template, called an
[archetype in Hugo](https://gohugo.io/content-management/archetypes/).
This create the file from a pre-filled template (called an
[archetype in Hugo](https://gohugo.io/content-management/archetypes/))
and put it in `content/issues/2021-02-03-testing-cstate-again.md`.
If you do not have hugo installed locally, you can also copy the
template directly (from `themes/cstate/archetypes/default.md`), or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment