Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll theme for blogging with dark mode, syntax highlighting, and image lightbox.
Geekyll Starter Blog is a minimal Jekyll theme for blogging, created by Sharad Raj Singh Maurya, that generates a static, Markdown-driven blog site.
Geekyll Starter Blog is a free, open-source Jekyll theme for building minimal static blogs. It takes Markdown content and a _config.yml configuration file as inputs and outputs a flat-file blog with dark mode and syntax highlighting. It runs on the Jekyll static site generator, which is built with Ruby, and is designed to work with GitHub Pages. The theme is distributed through a public GitHub repository that you can clone and customize.
_config.yml.bundle install, bundle exec jekyll serve, and uploading the built site to any Jekyll-compatible host.bundle install, edit _config.yml, and run bundle exec jekyll serve to preview locally.The installation flow is: clone the GitHub repository, run bundle install to fetch dependencies, start a local server with bundle exec jekyll serve, and customize _config.yml to your site name and metadata. Afterwards, write posts as Markdown files, upload the entire repository to your hosting platform, and the site regenerates.
Yes, the theme is hosted on GitHub and can be cloned and used at no cost. The repository page does not list a price or a commercial license.
Clone the repository with git clone https://github.com/sharadcodes/geekyll-starter-blog.git, enter the folder, run bundle install, then start the server with bundle exec jekyll serve. Finally, edit _config.yml to personalize the site.
Yes, dark mode is a built-in feature of the theme, so no additional setup is needed to enable it.
Yes, since Jekyll is the generator used by GitHub Pages, you can upload the repository to GitHub and enable Pages to deploy the blog automatically.
It requires Ruby and the Bundler gem installed on your system, along with Jekyll dependencies pulled in via bundle install.
