mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 01:46:52 -04:00
note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
This commit is contained in:
parent
46154cd101
commit
6d10b8d953
@ -28,6 +28,7 @@ I use ‘tags’ and ‘categories’ for my taxonomies.
|
|||||||
categories = ["x", "y"]
|
categories = ["x", "y"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
__NOTE:__ Some editors (e.g. Sublime) do not insert an EOL at the last line. If you get an EOF error using `hugo new` type a carriage return `<Enter>` after the closing `+++` in each archetype file.
|
||||||
|
|
||||||
## Using archetypes
|
## Using archetypes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user