mirror of
https://github.com/seigler/generative
synced 2025-07-26 14:56:08 +00:00
Use handlebars templates, add openGraph tags
This commit is contained in:
parent
1f945dab9d
commit
641de02e53
24 changed files with 920 additions and 28 deletions
|
@ -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
|
||||
})
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue