Skip to content

Commit

Permalink
note in archetype.md to alert that ending carriage return may be ness…
Browse files Browse the repository at this point in the history
…ary to avoid EOF errors.
  • Loading branch information
dkebler authored and bep committed Jan 9, 2015
1 parent b0181e2 commit b6ab661
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/content/archetypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6ab661

Please sign in to comment.