Skip to content

Boilerplate to be used for creating new jekyll site

Notifications You must be signed in to change notification settings

hakooi/jekyll-starterpack

Repository files navigation

Jekyll with Tailwind

Barebone minimal jekyll starter with tailwind css

About

This project uses jekyll-postcss to manage compiling your Tailwind. You can use any PostCSS plugin by installing it with yarn or npm and adding it to your postcss.config.js.

jekyll-purgecss is used to integrate Purgecss (only in production).

Usage

Locally

bundle exec jekyll serve

Production

JEKYLL_ENV=production bundle exec jekyll build

Install

Once you configure the following files, run:

$ bundle install
$ yarn install

About

Boilerplate to be used for creating new jekyll site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published