metalsmith-tutorial
metalsmith-tutorial copied to clipboard
index.html needs permalinks: false
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 It's actually permalink: false
Without the s :)
+1
This drove me to near insanity.