/blogger-boilerplate

A custom boilerplate to develop custom blogger templates using pug and scss modules.

Primary LanguageHTMLMIT LicenseMIT

blogger-boilerplate

A custom boilerplate to develop custom blogger templates using pug and scss modules.

How to install

Just download or clone this repo and install dependencies.

npm install

pnpm

pnpm install

What can you do?

Using this boilerplate allows you to use custom pug and sass modules.

alt text

This way you can create scalable templates with the benefits of these 2 languages.

Compile

Just run the following.

gulp || npm start

You can compile just the template.

npm run pug

Styles: npm run sass

JavaScript: npm run babel