Experimental adapter to help Fractal ❤️ Jekyll.
// package.json
"dependencies": {
"@allmarkedup/frekyll": "allmarkedup/frekyll#master"
}
And then require
and configure it as follows:
const frekyll = require('@allmarkedup/frekyll')({
/* configuration properties here */
});
fractal.components.engine(frekyll);