Use handlebars templates, add openGraph tags

This commit is contained in:
Joshua Seigler 2019-11-11 12:37:24 -05:00
parent 1f945dab9d
commit 641de02e53
24 changed files with 920 additions and 28 deletions

View file

@ -25,5 +25,20 @@ exports.plugins = {
],
verbose : true,
onlyChanged: true
},
static: {
processors: [
require('html-brunch-static')({
processors: [ ],
defaultContext: {
baseURL: 'https://seigler.github.io/generative'
},
handlebars: {
enableProcessor: true,
helpers: {},
},
minify: true
})
]
}
};