Update README.md

This commit is contained in:
Stef Coetzee 2021-07-17 16:34:58 +02:00
parent fb94b3be4c
commit 6f7e3466d4

View File

@ -1,10 +1,12 @@
# Jekyll with Tailwind CSS # Jekyll with Tailwind CSS
You want to run `jekyll new your-site --blank` and add You want to run `jekyll new your-site --blank` and add
[Tailwind CSS](tailwindcss.com), right? [Tailwind CSS](tailwindcss.com) yourself, right?
Dont. Dont.
Fork this repo instead. Fork this repo instead.
Minimal Jekyll + Tailwind CSS starter repo without long reload render delays.
## Getting Started ## Getting Started
```bash ```bash
@ -18,10 +20,11 @@ bin/setup
### Development ### Development
```bash ```bash
# Build for development. # Make all Tailwind utility classes available for development.
bin/build-dev bin/build-dev
# Start a server at http://localhost:4000. # Start a live-reload server at http://localhost:4000, skipping file with Tailwind
# @import statements during regeneration.
bin/start bin/start
``` ```
@ -30,7 +33,7 @@ bin/start
Delete `.site` and its contents to see the production build output. Delete `.site` and its contents to see the production build output.
```bash ```bash
# Build for production. # Purge unused classes.
bin/build-prod bin/build-prod
``` ```
@ -41,4 +44,4 @@ scripts [here](https://github.com/joemasilotti/masilotti.com/tree/main/bin).
Thanks to [@shafy](https://github.com/shafy) for sharing the two config-file Thanks to [@shafy](https://github.com/shafy) for sharing the two config-file
approach [here](https://canolcer.com/post/jekyll-and-tailwind/). approach [here](https://canolcer.com/post/jekyll-and-tailwind/).
Say hi [@stef_coetzee](https://twitter.com/stef_Coetzee)! Say hi [@stef_coetzee](https://twitter.com/stef_coetzee)!