Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, clean Jekyll theme for blogs with responsive SASS layout, pagination, syntax highlighting, and Disqus comments.
Zetsu is a free Jekyll theme for blogging that turns Markdown content into a responsive static website, with SASS preprocessing, minified assets, pagination, and optional Disqus comments.
Zetsu is a free and open-source Jekyll theme designed for blogs and personal websites. It takes Markdown posts and pages written by the user and generates a complete HTML site through Jekyll's static site generator, which requires Ruby and RubyGems to run. The theme is developed by nandomoreirame and published on GitHub under the MIT license.
The theme ships with a clean, responsive layout that adapts to mobile and desktop screens. Its styling is written in SASS and processed during the Jekyll build, producing minified CSS for faster loading. The HTML output is also minified, reducing the size of every generated page.
bundle install and jekyll serve, then write posts in Markdown and publish locally or to GitHub Pages.The theme is installed by cloning the project from GitHub, then running bundle install to fetch the required Ruby gems, and jekyll serve to start a local development server. For deployment to GitHub Pages, you change the repository name and branch variables in the Rakefile and run rake site:publish, which builds the site and pushes it.
Zetsu is free to use and is released under the MIT license, so it can be used for personal and commercial projects without cost.
Yes, Zetsu is free and open source. It is distributed under the MIT license, which allows you to use, modify, and redistribute the theme without charge.
Zetsu requires Ruby and RubyGems installed on your system. The theme also uses Jekyll, and you need to run bundle install to set up the dependencies after cloning the repository.
Set the GITHUB_REPONAME and GITHUB_REPO_BRANCH variables in the Rakefile to match your repository, then run rake site:publish. This builds the site and publishes it to the specified branch.
Yes, the theme comes with <meta name="robots" content="noindex"> and <meta name="googlebot" content="noindex"> in _layouts/default.html. For a public site, the documentation instructs you to remove these metas so search engines can index your pages.
