Starting point for Jekyll sites using Tailwind CSS and Alpine.js.
Working from an assumption that you are building on a Windows device with WSL2 + Docker installed, everything you need to get started building your Jekyll site with Tailwind CSS is included in this template.
- Click the "Open in Visual Studio Code" button in this readme.
- Select "Clone repo in container volume".
- Follow the bouncing ball.
- Once the container is built & the repo is cloned:
- open the command pallette (ctrl+shift+P), search for "Run Task".
- Run the included "Jekyll: Build Dev" task.
You should now have everything built and running that you need to start working on your site 🚀
This is not a Jekyll theme. It's a starting point to create a website using Jekyll, Tailwind CSS, and Alpine.js. The layout includes almost nothing, allowing you to start building right away instead of having to remove code you won't use.
If you want to start creating posts and pages, we've included the Jekyll::Compose plugin.
bundle exec jekyll page "My New Page"
bundle exec jekyll post "My New Post"
Includes configuration for deploying to GitHub Pages (via GitHub Actions).