metalsmith-tutorial icon indicating copy to clipboard operation
metalsmith-tutorial copied to clipboard

index.html needs permalinks: false

Open jmjf opened this issue 9 years ago • 3 comments

After adding the permalinks plugin in https://github.com/RobinThrift/metalsmith-tutorial/commit/d72b5c4fde8956eefdf92f5c0736cb4d8795998c, I get an error on build.

{ [Error: Failed to write the file at: /home/index.html

EACCES, open '/home/index.html'] errno: -13, code: 'EACCES', path: '/home/index.html' }

Add permalinks: false to the frontmatter on index.html to fix this.

jmjf avatar Jul 15 '15 02:07 jmjf

@jmjf It's actually permalink: false

Without the s :)

kvzivn avatar Jul 18 '15 14:07 kvzivn

+1

asfktz avatar Nov 01 '15 00:11 asfktz

This drove me to near insanity.

foxx avatar Jan 15 '16 11:01 foxx