website/README.md
2022-01-06 07:45:46 +02:00

50 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Jekyll + Tailwind CSS
> Minimal Jekyll and Tailwind CSS starter repo without long live-reload render times.
You want to run `jekyll new your-site --blank` and add
[Tailwind CSS](tailwindcss.com) yourself, right?
Dont.
Fork this repo instead.
[Responsive demo](https://jekyll-tailwind.netlify.app/)
(resize your window and watch it adjust)
Check out the accompanying
[blog post](https://stefcoetzee.com/2021/07/28/jekyll-tailwind-starter-repo)
for more.
[![Netlify Status](https://api.netlify.com/api/v1/badges/a22ca4cf-cb1f-4bf3-9fbc-2833226e9b8e/deploy-status)](https://app.netlify.com/sites/jekyll-tailwind/deploys)
## Getting Started
```bash
git clone git@github.com:stefcoetzee/jekyll-tailwind your-site
cd your-site
bin/setup
```
## Usage
### Development
```bash
# Start a live-reload server at http://localhost:4000
bin/start
```
### Production
Note: Delete `.site` and its contents to see the production build output.
```bash
bin/build-prod
```
## Credit
Thanks to [@joemasilotti](https://github.com/joemasilotti) for sharing his build
scripts [here](https://github.com/joemasilotti/masilotti.com/tree/main/bin).
Say hi [@stef_coetzee](https://twitter.com/stef_coetzee)!