Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimal Jekyll blog theme for GitHub Pages with Disqus comments and social links.
block-log is a Jekyll blog theme designed to run on GitHub Pages, turning Markdown posts and a single YAML config file into a clean static blog. The theme was created by Anandu B Ajith, is MIT licensed, and has 31 stars on GitHub.
block-log is a minimal Jekyll blog theme that runs on GitHub Pages. It takes posts written in Markdown (or other formats) placed in the _posts directory and renders them into a static site using a single _config.yml file for all site settings. The theme is built on Jekyll, the static site generator, and is designed for quick setup via git clone and push.
_config.yml: title, description, URL, permalink, social handles, email, and Disqus ID.disqus-id in the config; leave blank to disable.year-month-day-title.md in _posts; other Jekyll-supported formats also work./year/title and can be changed in the config._config.yml with your site title, description, URL, and social links._posts using the YYYY-MM-DD-title.md format.Yes, block-log is open source under the MIT License, so it is free to use and modify for personal or commercial projects.
Set a Disqus Shortname in the disqus-id field in _config.yml. Leave it blank to disable comments entirely.
Yes, posts are typically Markdown files, but the theme also supports other file formats accepted by Jekyll, such as HTML, as noted in the setup instructions.
Yes, since it is a Jekyll site, you can build it locally and deploy the generated static files to any web host, not just GitHub Pages.
Pull changes from the original repository or clone it fresh and reapply your config changes to get the latest updates.
