note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.

This commit is contained in:
David Kebler 2015-01-09 11:26:52 -08:00 committed by bep
parent b0181e278b
commit b6ab661893

View file

@ -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