mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
This commit is contained in:
@@ -28,6 +28,7 @@ I use ‘tags’ and ‘categories’ for my taxonomies.
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user