Building The SSG I’ve Always Wanted: An 11ty, Vite And JAM Sandwich
Smashing Magazine Graphics
OCTOBER 20, 2021
const html = pug.render('/index.pug', { navLinksPassedByJS: [ { href: '/', text: 'Home' }, { href: '/adopt', text: 'Adopt a Pug' } ] }) // use the NodeJS filesystem helpers to write a file to our build await writeFile('build/index.html', html). load every page's content between some body tags--> {{ content }} <!--and
Let's personalize your content