Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The simple theme for hexo. which has no futures, just very simple.

A fast-loading Hexo blog theme with no third-party JS libraries, featuring tags, archives, series, QR codes, Gitalk, and rewards.

An Eleventy starter template that combines tufte-css and tufte-markdown to create a Tufte-styled static blog.

Terrassa is a simple, fast, responsive Hugo theme focused on accessibility, with a contact form, multilingual support, and blog-ready layouts.

A simple, lightweight Hexo theme with PJAX and comment system integrations.
Hexo Theme Lessless is a minimal Hexo theme that produces a plain HTML/CSS blog with a top menu, post listings, and optional Busuanzi and Disqus integrations. It is built for writers who want a no-frills site and is distributed through GitHub by zhengxiaowai.
Hexo Theme Lessless is a minimal Hexo theme designed for content-focused blogs that do not need sidebars, widgets, or social sharing buttons. As input it takes a standard Hexo site's posts and pages; as output it renders static HTML/CSS pages with a configurable top navigation, a list of recent posts, and per-post metadata. The theme is installed by cloning its GitHub repository, and it depends on hexo-prism-plugin for syntax highlighting and hexo-renderer-marked for Markdown parsing.
This theme deliberately keeps its feature set small, but the following options are available in the default build.
menu in the theme config with entries like Home, Category, Archive, Tag, and About; Home, Category, and Archive are enabled by default.busuanzi option to display page views (PV) and unique visitors (UV) on the home page and PV under each post title.disqus and set a shortname to embed a Disqus comment thread on posts.prism_plugin block in Hexo's _config.yml.git clone of the theme folder and two npm packages, plus setting highlight.enable: false to let Prism handle code blocks.Hexo Theme Lessless is suited to anyone who wants a fast, uncluttered blog theme that does not impose extra features.
git clone [email protected]:zhengxiaowai/hexo-theme-lessless.git themes/lessless.npm install hexo-prism-plugin and npm install hexo-renderer-marked.prism_plugin and marked config blocks into Hexo's _config.yml, and set highlight.enable: false to disable the default highlighter.themes/lessless/_config.yml for the menu, Busuanzi, and Disqus, then run your normal Hexo build.Clone the repository into themes/lessless, install the two npm packages listed in the README, and add the provided prism_plugin and marked configuration to Hexo's _config.yml. Also disable Hexo's built-in highlight so Prism takes over.
Yes, if you set busuanzi.enable: true in the theme config. The theme then displays PV and UV on the home page and PV under each post title.
Yes. In the theme config, set disqus.enable: true and supply your Disqus shortname. The Disqus thread will appear on posts once enabled.
No. The repository's language topics are CSS, Hexo, and HTML, indicating a vanilla HTML/CSS implementation rather than a framework like Tailwind or Bootstrap.
