Skip to content
/ jekyll-theme-test Public template
generated from mloberg/jekyll-starter

Starting point for a Jekyll site using Tailwind CSS and Alpine.js (latest)

License

Notifications You must be signed in to change notification settings

frvfrvr/jekyll-theme-test

Repository files navigation

Jekyll Starter

Open in Visual Studio Code

Starting point for Jekyll sites using Tailwind CSS and Alpine.js.

Use this template Unlicense

Getting Started

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

What's Included

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"

Deploying

Includes configuration for deploying to Netlify and GitHub Pages (via GitHub Actions).