Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Hexo blog theme derived from landscape-plus and Writing, with Travis CI integration and easy git-based updates.

Insect Blog Template, 2 columns in content area, 3 columns at the bottom, W3C compliant XHTML CSS layout, Light Green Color

A minimalistic, responsive Hugo blog theme with customizable colors, social links, and 100/100 Lighthouse performance.

A minimal, bold, responsive Jekyll theme for bloggers, based on Minimal Mistakes.

A minimalist black-and-white Jekyll blog theme ported from Hexo NexT, built for distraction-free reading and note-taking.
Oishi is a Hexo blog theme that adapts the landscape-plus and Writing themes, turning Markdown content into a styled static site with a simple git-based install. It is maintained by henryhuang on GitHub and requires Hexo 2.7 or above.
Oishi is a Hexo theme built from modifications to the landscape-plus and Writing themes, designed for static blog generation with the Hexo framework. It takes Markdown posts and produces a complete website layout, with a live demo at http://henryhuang.github.io/oishi/. The project is hosted on GitHub under the repository henryhuang/oishi, and its README displays Travis CI build, tag, and release badges, confirming an automated CI workflow.
git clone https://github.com/henryhuang/oishi.git themes/oishi inside your Hexo project.theme value to oishi in your Hexo configuration file (_config.yml).cding into themes/oishi and running git pull.CHANGELOG.md file is referenced in the README, letting users track version history.Oishi is for Hexo bloggers who want a prebuilt theme with a personal flavor and a straightforward setup. It suits people who prefer editing _config.yml over writing templates, and who like using Git for theme updates. The theme's lineage from landscape-plus and Writing also makes it a convenient starting point for developers who want to customize an existing theme rather than start from scratch.
Oishi works like any standard Hexo theme: you write content in Markdown, generate the site with Hexo commands, and the theme controls the layout and styling. Installation has three documented steps: clone the repository into your themes folder, set theme: oishi in Hexo's main configuration, and then run Hexo normally. Updates are done with git pull inside the theme directory.
The repository is publicly accessible on GitHub without any mention of a license or fee in the README. You can clone and use it freely, but for redistribution or modification details you should check the repository's license information separately.
Oishi requires Hexo 2.7 or above. The README states this requirement explicitly, so users on older Hexo versions must upgrade before installing.
Run git clone https://github.com/henryhuang/oishi.git themes/oishi from your Hexo project root. Then edit the main _config.yml and set theme: oishi. No further steps are outlined in the README.
Oishi is a modification of the landscape-plus theme and the Writing theme. This is directly stated in the README, so those familiar with either theme will recognize similar layout patterns and design choices.
Navigate to themes/oishi and run git pull. This is the documented update method. If you have made local changes that conflict with upstream updates, you may need to resolve merge conflicts manually.
