From: David Kebler Date: Fri, 9 Jan 2015 19:26:52 +0000 (-0800) Subject: note in archetype.md to alert that ending carriage return may be nessary to avoid... X-Git-Tag: v0.13~203 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6ab6618;p=brevno-suite%2Fhugo note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors. --- diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index 5edb70fd..be79ce39 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