Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A purple-themed Jekyll blog theme built with Tailwind CSS v4.

A simple blog using Strapi as Headless CMS and Next.js with Chakra UI for the frontend.

A minimal Astro blog template with DaisyUI and Tailwind CSS, featuring RSS, sitemap, SEO, and Markdown/MDX support.

Clean, simple and minimalist Hugo theme for blogs and personal websites, featuring Bootstrap 5, Font Awesome 6, and Disqus comments.

A modern Hexo blog theme based on Apple's Cupertino design, styled like Apple Newsroom.
Purpletual Blog Theme is a starter blog theme built on the Jekyll static site generator and styled with Tailwind CSS v4, delivering a purple-tinted blog appearance. The repository provides the files and configuration needed to launch a blog where posts are written as Markdown and compiled into static HTML by Jekyll.
Purpletual Blog Theme is a Jekyll-based blog theme that uses Tailwind CSS v4 for styling and is named for its heavy use of purple colors. It takes blog posts as Markdown files placed in the _posts directory and produces a fully static website through Jekyll's build process. The theme is distributed as a GitHub repository and, at the time of writing, has 3 stars. It requires Ruby, Bundler, Jekyll, Node.js, and npm to run.
_posts into static HTML pages.bundle exec jekyll serve compiles the site and serves it locally for preview.bundle exec jekyll build generates the static site output for deployment.bundle install, and Node modules with npm ci from package-lock.json._posts directory and set index.html's layout to "home".bundle install, npm ci, then jekyll serve—to get a blog running quickly.jekyll build.bundle install and Node packages with npm ci.index.html layout to "home"._posts directory.bundle exec jekyll serve to compile and preview the site, or bundle exec jekyll build to output the static files.