Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal dark-mode Jekyll theme with minimal CSS and fast page loading, created by Sharad Raj Singh Maurya.
Jekyll Theme Dark Reader is a minimal, dark-mode Jekyll theme designed for fast-loading personal blogs, created by developer Sharad Raj Singh Maurya. This static-site template runs on Jekyll, the Ruby-based static site generator, and uses the Liquid templating engine to convert Markdown posts into a dark-styled blog index and individual article pages. The theme is open source (MIT License) and available on GitHub, with a live demo hosted at sharadcodes.github.io/jekyll-theme-dark-reader.
Jekyll Theme Dark Reader is a Jekyll theme that provides a dark, minimal blog layout with minimal CSS and fast page loading thanks to the Pill CSS utility. It takes standard Jekyll blog content — Markdown posts and the configuration file _config.yml — and generates a static website with a blog page and post example. The theme is developed by Sharad Raj Singh Maurya and distributed through GitHub under the MIT License.
git clone, bundle install, and bundle exec jekyll serve._config.yml file._config.yml with your site details, and write articles in Markdown to publish them as styled HTML.The README documents a direct setup process: clone the repository with git clone, navigate into the folder, run bundle install to install dependencies, start a local server with bundle exec jekyll serve, and then adjust _config.yml. After customization, you upload the files to your own repository to publish the site. The theme processes Markdown content through Jekyll's build pipeline and outputs static HTML.
Jekyll Theme Dark Reader is free. It is released under the MIT License, which permits free use, modification, and distribution. The author invites optional donations through a GitHub Sponsors page, but the theme itself has no paid tier.
Yes, the theme is completely free and open source under the MIT License. You can use it for personal or commercial projects without paying anything. There is an optional GitHub Sponsors page if you want to support the author.
You need Ruby and Jekyll installed on your machine, since the theme is built for the Jekyll static site generator. The installation steps are: clone the repo, run bundle install, and then bundle exec jekyll serve to launch a local server.
Yes, Jekyll themes are the standard format for GitHub Pages. You can push the theme's files to a GitHub repository and enable GitHub Pages to build and serve the site automatically.
No, Jekyll Theme Dark Reader is dark-only by design. The theme name and the screenshots confirm that the layout uses a dark color scheme, and the README does not mention any light-mode option.
