ducksoupdev / gulp-site-generator

A static site generator using Gulp
183 stars 29 forks source link

Add ability to set front-matter default configuration #25

Open ducksoupdev opened 7 years ago

ducksoupdev commented 7 years ago

To avoid repeating frequently used front matter variables for each piece of content, just define defaults for them and only override them where necessary (or not at all).

Also add the ability to use pure markdown (without front-matter) when defaults exist