Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Minimalist, high-performance Hexo theme with multi-language support and Sass-based customization.
No GitHub metadata is available.

Free, MIT-licensed Jekyll blog theme with Rake automation for pages, posts, and GitHub Pages deployment.

Ed is a minimal Hugo theme for textual editors, designed for legibility and low-bandwidth digital editions.

A minimalist Hugo blog theme with Atom feed, pagination, TOC, and easy customization.

Next.js 15 corporate blog starter kit with Tailwind CSS, Shadcn UI, and Wisp CMS for server-rendered content.
EYins is a minimalist Hexo theme created by YinsTeam for building fast, quiet static blogs with minimal configuration. It takes Markdown content from Hexo and pre-renders it into static HTML, while trimming unnecessary logic to help Hexo run smoothly.
EYins is a Hexo blog theme developed by YinsTeam and released under the MIT License. It is built on the Hexo static site generator, which means it consumes Markdown files and generates pre-rendered static HTML pages as output. The theme's core design goal is simplicity: its project structure is centered on minimal configuration so writers can focus on content rather than setup. Because it runs on Hexo, you get all standard Hexo workflows, including the ability to use Markdown components and modify the theme through EYins' own customization logic.
hexo-renderer-sass package via npm to compile stylesheets.https://github.com/YinsTeam/hexo-theme-EYins.git into the themes/eyins directory; upgrade by running git pull inside that directory.theme field to eyins in the site config file, then running hexo clean.theme: eyins, run hexo clean, and verify the site with hexo s --debug at http://localhost:4000.git clone https://github.com/YinsTeam/hexo-theme-EYins.git themes/eyins.npm install --save hexo-renderer-sass.theme: eyins in the site configuration file.hexo clean to clear the cache, then hexo s --debug to check that the site runs without errors and is accessible at http://localhost:4000.