Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huphtur/jekyll-tailwind-starter-plus

Starter project for Jekyll with Tailwind CSS
https://github.com/huphtur/jekyll-tailwind-starter-plus

Last synced: 2 months ago
JSON representation

Starter project for Jekyll with Tailwind CSS

Awesome Lists containing this project

README

        

# Jekyll Tailwind Starter Plus

Hallo! This is a basic starter pack for using [Jekyll](https://jekyllrb.com) with [Tailwind CSS](https://tailwindcss.com), [Autoprefixer](https://github.com/postcss/autoprefixer), [Purgecss](https://github.com/FullHuman/purgecss), and [cssnano](https://github.com/cssnano/cssnano).

## About

This project is a slightly tweaked version of Mitchell Hanberg's most excellent [Jekyll Tailwind Starter](https://github.com/mhanberg/jekyll-tailwind-starter).

## Install

```bash
bundle
yarn
```
## Usage

```bash
# Start the server
yarn start

# Prep for production
yarn production
```