Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Jekyll port of Cactus's default theme with pagination, RSS, Disqus, and author profiles.
Kactus is a Jekyll theme that ports Cactus's default theme to Jekyll, providing a minimalist, mobile-friendly layout for static blogs.
Kactus is a free, open-source Jekyll theme that ports the default theme of Cactus, a static site generator for Mac, to Jekyll. It takes your Jekyll site content and renders it as a static blog with a clean, minimalist design. The theme was created by nickbalestra and is released under the MIT License. It is fully compliant with GitHub Pages, so you can host it for free directly from a repository.
jekyll serve, and start adding posts in Markdown.Clone the repository to your local machine, then run jekyll serve inside the directory to build and preview the site. The theme processes your Markdown posts and layouts through Jekyll's build pipeline and outputs a static HTML site. Because it is fully compliant with GitHub Pages, you can also upload the repository to GitHub and enable Pages to go live.
Kactus is free and open source, released under the MIT License. You can use, modify, and redistribute it for personal or commercial projects without paying any fees.
Yes, Kactus is released under the MIT License, which means you can use it for free for personal or commercial projects. The license allows you to modify and distribute the theme as long as you include the original copyright notice.
Clone the repository from GitHub, then run jekyll serve in the directory to build the site. That's all; Jekyll and its dependencies must be installed on your machine. You can also deploy directly to GitHub Pages by pushing the repo.
Yes, the theme is fully compliant with GitHub Pages and their dependencies. You can host the generated site on GitHub Pages for free, following the official guide for using Jekyll with Pages.
Kactus includes pagination, an RSS feed, Google Analytics tracking, code syntax highlighting, an author profile with picture, Twitter and Facebook share buttons, an archive list under each post, and Disqus comments. These features are baked into the layout, so you don't need to install plugins.