Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huphtur/jekyll-tailwind-starter-plus
- Owner: huphtur
- License: mit
- Archived: true
- Created: 2019-05-16T18:07:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T16:20:28.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T19:39:13.316Z (5 months ago)
- Language: CSS
- Size: 475 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - huphtur/jekyll-tailwind-starter-plus - Starter project for Jekyll with Tailwind CSS (CSS)
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
```