Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Clean and minimal Jekyll blog theme based on Minima, with SEO, pagination, and analytics support.
Dekyll is a clean, minimal blog theme for Jekyll, built on the Jekyll Minima theme, that turns Markdown content into a static blog with pagination, related articles, and SEO support.
Dekyll is a Jekyll blog theme based on Minima, Jekyll's default theme, with all configuration centralized in the _config.yml file. It takes Markdown posts and produces a responsive static site with pagination, sitemaps, and social sharing buttons. The theme supports Jekyll 4 and is maintained on GitHub by kuntoaji.
_config.yml._config.yml, and generate a static site with related articles and pagination.Dekyll is built and served locally. After installing Jekyll, clone the repository, run bundle install, then bundle exec jekyll serve to preview the site. To build for production (which renders Google Analytics and Disqus), set JEKYLL_ENV=production before running jekyll build.
By default, no. Dekyll does not work with GitHub Pages out of the box. You must build the site locally and push the generated files to a GitHub repository.
No. The theme has no JavaScript requirement; it renders static HTML/CSS.
All settings are in _config.yml — you can change the site title, pagination, social media, and integrations there.
Set the environment to production when building: JEKYLL_ENV=production jekyll build. This ensures those integrations are included.