From b6ab66189341907b5d8daaffdb73f1151fa7a467 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Fri, 9 Jan 2015 11:26:52 -0800 Subject: [PATCH] note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors. --- docs/content/content/archetypes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index 5edb70fdb..be79ce392 100644 --- 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 `` after the closing `+++` in each archetype file. ## Using archetypes