Starting point for Jekyll sites using Tailwind CSS and Alpine.js.
You'll need Ruby, Bundler, and Node.js installed. Then install build dependencies with
npm install
Tip: Be sure to commit the generated package-lock.json
and Gemfile.lock
files.
Then to build and serve the dev site, run
npm start
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 Netlify and GitHub Pages (via GitHub Actions).