Arcandres / blogger-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 66.5%Language:CSS 18.4%Language:JavaScript 15.1%