mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	note in archetype.md to alert that ending carriage return may be nessary to avoid EOF errors.
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user