note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors. - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit b6ab66189341907b5d8daaffdb73f1151fa7a467
DIR parent b0181e278b34eb3fee999776526b2d8b92423170
HTML Author: David Kebler <d@kebler.net>
Date: Fri, 9 Jan 2015 11:26:52 -0800
note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
Diffstat:
M docs/content/content/archetypes.md | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md
@@ -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