/jekyll-tailwind-blank

The bare essentials to run a Jekyll site with Tailwindcss

Primary LanguageHTMLMIT LicenseMIT

jekyll-tailwind-blank

This is a barebones project to run jekyll with tailwind on GitHub Pages.

Usage

This repo is available as a GitHub template.

Click use this template at the top of the page to create a duplicate repo.

use this template

Alternatively, just clone this repo and start adding your files.

git clone https://github.com/n-at-han-k/jekyll-tailwind-blank.git

GitHub Pages

To deploy to GitHub pages you must set deployment source actions to "GitHub Actions", as seen below.

If you dont, then your workflow file WILL NOT WORK! Don't ask me why, it's the only way, trust me. If someone else has a suggestion then contact me.

screenshot

Deploying

  1. Go to your repo's Actions page
  2. Select the deployment workflow
  3. Run the workflow

screenshot