Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple, MIT-licensed Hexo 4.x theme for bloggers, featuring Sass styling and IE9+ support.
Daily is a simple, MIT-licensed theme for Hexo (version 4.x) that renders a personal blog with a clean, text-first layout. This Hexo theme, maintained by GallenHu on GitHub, is an adaptation of the WordPress theme of the same name and is intended for bloggers who want a lightweight, no-frills design without giving up customization.
Daily is a Hexo theme that takes your existing Hexo site and outputs a static blog with a minimalist, typographic design. It is built for Hexo 4.x and explicitly does not support versions beyond 4, so users on Hexo 5 or later should pin their Hexo install to 4.2 or earlier. The theme uses Sass for styling via the hexo-renderer-sass plugin and includes documentation in the docs/Home.md file.
hexo-renderer-sass plugin, which compiles .scss files during the hexo generate process.themes/Daily, set theme: Daily in the root _config.yml, and run hexo server; no build tooling beyond npm is required.docs/Home.md guide.scss files in the theme directory to change fonts, colors, and spacing, then let hexo-renderer-sass recompile the styles on the next build.Daily follows the standard Hexo theme installation workflow: clone the repository into your project's themes/Daily directory, add hexo-renderer-sass to your npm dependencies, change the theme field in the root _config.yml from the default to Daily, and finally run hexo server to preview your site locally or hexo generate to build the static output.
Yes, Daily is released under the MIT license. You are free to use it for personal or commercial projects, modify it, and redistribute your versions as long as you keep the original license notice.
Daily supports Hexo 4.x, and the README notes that version 4 is the maximum supported version. If you have a newer Hexo (5+), you should install Hexo 4.2 in your project to use this theme.
Only one: hexo-renderer-sass. This plugin compiles the theme's Sass source files. You can install it with npm install --save hexo-renderer-sass after cloning the theme.
The theme supports Internet Explorer 9 and later. In practice, that means any modern browser that is at least as capable as IE9 will render the theme correctly.
You can preview the theme at https://hinpc.github.io/Daily/, or use the China mirror at http://gallenhu.gitee.io/daily/ if you need faster access from mainland China.
