Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A dead simple Jekyll boilerplate styled with Tailwind CSS, PostCSS, and PurgeCSS.
Jekyll Tailwindcss Starter is a boilerplate that pairs the Jekyll static site generator with Tailwind CSS v2.2+ to produce a styled Jekyll site with minimal configuration. It takes a standard Jekyll project and adds a working Tailwind/PostCSS/PurgeCSS build pipeline, along with integrations for Disqus comments, Google Analytics, and MathJax LaTeX rendering.
Jekyll Tailwindcss Starter is an open-source boilerplate repository that combines Jekyll 4 with Tailwind CSS, PostCSS, and PurgeCSS to build static websites. Its input is a standard Jekyll project structure; its output is a compiled site with Tailwind utility classes, syntax-highlighted code blocks, and optional comment and analytics integrations. The project is hosted on GitHub at github.com/shenlu89/jekyll-tailwindcss-starter and is licensed under the MIT license.
yarn css:build to compile the CSS and yarn jekyll:serve to preview the site.The repository requires Node.js 12+ and Jekyll 4+. After cloning, you install dependencies with Yarn, run yarn css:build to generate the Tailwind stylesheet through PostCSS and PurgeCSS, and launch a local preview with yarn jekyll:serve. This process produces a static site that can be deployed to any Jekyll-compatible host.
Yes, the project is open source under the MIT license, so you can freely use, modify, and distribute it, including for commercial projects.
You need Node.js version 12 or higher and Jekyll version 4 or higher installed to run the starter locally.
No. The template targets modern browsers and explicitly excludes IE 11 and older versions.
The README lists Disqus for comments, Google Analytics, and MathJax for LaTeX rendering, plus Tailwind Typography for syntax highlighting.
