A custom boilerplate to develop custom blogger templates using pug and scss modules.
Just download or clone this repo and install dependencies.
npm install
pnpm
pnpm install
Using 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 start
You can compile just the template.
npm run pug
Styles: npm run sass
JavaScript: npm run babel