A custom boilerplate to develop custom blogger templates using pug and scss modules.
Just download or clone this repo and install dependencies.
npm installpnpm
pnpm installUsing this boilerplate allows you to use custom pug and sass modules.
This way you can create scalable templates with the benefits of these 2 languages.
Just run the following.
gulp || npm startYou can compile just the template.
npm run pugStyles: npm run sass
JavaScript: npm run babel
