Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A responsive Hexo blog theme adapted from Start Bootstrap's Clean Blog, featuring comments, analytics, cover images, and galleries.
Clean Blog Hexo is a responsive blog theme for the Hexo static site generator, ported from Start Bootstrap's Clean Blog design, that turns Markdown posts into a clean, Bootstrap-based blog with comments, analytics, and image galleries.
Clean Blog Hexo is a Hexo theme that reimplements the popular Clean Blog Bootstrap template for the Node.js-based Hexo static site generator. It takes Markdown posts and pages written with YAML front-matter as input, and outputs a static HTML blog with a clean, typography-focused design. The theme was adapted by Jonathan Klughertz and is available under the MIT license, with the original design created by Blackrock Digital.
_config.yml.cover front-matter field; a separate share_cover field sets the image used when a post is shared on social media.hexo new page and set the type to tags or categories in front-matter._config.yml.subtitle front-matter field to show a text snippet on the index page.Tech stack: built on Bootstrap, jQuery, and FeatherLight.js, and runs inside the Hexo engine.
hexo new post to write Markdown posts, configure the theme in _config.yml, and deploy the generated static site to any hosting service.cover, share_cover, and subtitle in front-matter to control the featured image, social share image, and index excerpt for each post.hexo new page and set the type field, then add links in the menu.Clone the repository into your Hexo project's themes directory and set theme: clean-blog in your main _config.yml. Then edit the theme's _config.yml to set the menu, home page cover image (index_cover), Disqus shortname or Facebook app ID, Google Analytics ID, AddThis ID, and social account URLs. Individual post settings live in each post's front-matter.
_config.yml.subtitle field instead; choosing both Disqus and Facebook comments results in two separate comment sections per post.Free — the theme is open source under the MIT license. There are no paid tiers or premium features listed.
Run hexo new page "tags", edit the new page's front-matter to set type: "tags", and add a Tags entry to the menu in the theme's _config.yml.
Add cover: /path/to/image.jpg to the post's front-matter. To set a separate image for social sharing, use share_cover: /path/to/image.jpg.
Yes, but the documentation recommends choosing one. If you fill in both disqus_shortname and facebook.appid, the theme will render two sets of comments per post.
No. Unlike some themes, Clean Blog Hexo does not display standard excerpts. To show a text snippet on the index page, add a subtitle field to the post's front-matter.
MIT — you are free to use, modify, and distribute the theme, with attribution as required by the original designers.