Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple and elegant theme for Hexo, focusing on simplicity and extreme performance.

FULL RTL Jekyll theme for building a personal site, blog, project documentation, or portfolio.

A Nuxt.js + Tailwind CSS blogging starter template that makes technical writing easy and replaces Jekyll or Hugo blogs.

A simple and retro styled Hugo theme ported from Hexo, focused on content and ideas.

Orange Blog Theme is a 2-column HTML CSS template with 5 pages, including a blog post page with multi-level comments and a gallery with pirobox pop-up.
Hexo Themes Yearn is a free, open-source theme for the Hexo static site generator that turns Markdown content into a simple, elegant blog with a focus on extreme performance. It is designed for bloggers who want a minimal aesthetic without sacrificing functionality, and it includes details like a QR-code mobile preview, an overdue reminder widget, and console easter eggs. The theme is publicly developed on GitHub, where the repository description reads "一个简洁优雅的hexo主题 A simple and elegant theme for hexo", and the author's blog at https://hufangyun.com serves as the live preview.
Hexo Themes Yearn is a theme that you install into a Hexo blog by cloning https://github.com/Youthink/hexo-themes-yearn into the themes/yearn directory. It consumes the Markdown posts and static content that Hexo builds and renders them with a clean, responsive layout. The theme is configured by editing its own _config.yml file, and detailed options are documented in the project's wiki. The theme's stated design goals are simplicity, elegance, and extreme performance.
_config.yml — All theme options are centralized in the theme's configuration file, with a wiki available for reference.git pull inside the theme folder.source-src; developers can run yarn install and yarn dev to preview changes, then yarn dist (or npm dist) to produce the final theme build.source-src, rebuild with yarn dist, and deploy your own variant of the theme without touching the generated files directly.Yes. The repository is public on GitHub, and the theme is open source. You can clone it, use it on your Hexo blog, modify it, and contribute to its development.
Clone the repository into your Hexo project's themes folder: git clone https://github.com/Youthink/hexo-themes-yearn.git themes/yearn, then set your site's _config.yml to use the yearn theme.
Change into the theme directory (cd themes/yearn) and run git pull. This will fetch the latest changes from the remote repository.
PWA support is listed in the project's roadmap as a planned feature, but it is not yet implemented in the current release. The theme currently focuses on static HTML output and performance.
Yes. Source files are in source-src. Run yarn install (or npm install) followed by yarn dev for development, then use yarn dist to build the final theme into the dist folder.
