Colos is a minimal, multilingual theme for Hexo.
- Multilingual support.
- Material design.
- Color everywhere!
- Different layouts.
There's a single language demo site in the develop branch [live demo], and a multilingual demo project in hexo-theme-colos-multilingual-demo [multilingual live demo].
The theme is currently in alpha stages, that means that it has no style yet (looks plain and default). I'm working in migrating the multilingual features to plugins, see #4.
Post bugs and feature requests to the Github issue tracker.
You can also submit pull requests:
- Fork the repo.
- Clone the repository to your computer and install dependencies:
npm install
. - Create a branch from develop:
git checkout -b feature develop
. - Make your changes and submit a pull request when you are ready.
Do NOT make changes in the master branch, it contains the theme generated from the develop branch.
This theme is released under the MIT License.
See LICENSE.