Skip to content
/ pugsum Public template

A 11ty starter kit using Pug Templates and TailwindCSS

License

Notifications You must be signed in to change notification settings

vktrwlt/pugsum

Repository files navigation

Pugsum: A 11ty starter kit using Pug Templates and TailwindCSS

Demo

Features:

Disclaimers

This is a starter project to demostrate how you can use Pug templates with 11ty. Not all 11ty features are supported on Pug templates, please read the 11ty docs to see what features are included.

Prerequisites

Running locally

# install the project dependencies
npm install

# run the build and server locally
npm start

View the site at http:https://localhost:3000/

Previewing the production build

When building for production, an extra build step will strip out all CSS classes not used in the site. This step is not performed during the automatic rebuilds which take place during dev.

# run the production build
npm run build
npm run serve

Other Scripts

# check to see latest packages
npm run update-check

# update all to latest
npm run update

# run npm audit and add risky dependencies in resolutions
npm run preinstall

About

A 11ty starter kit using Pug Templates and TailwindCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published