About Minos


A simple and retro styled Hexo theme, concentrating more on your ideas.
Preview | Download | Documentation

Minos

🎁 Features

Extensive Plugin Support

Minos includes plentiful search, comment, sharing and other plugins out of the box. You can choose any of them to enrich your blog experience, or build your own plugin easily referring to the existing Minos plugins.

Comment plugins

Search plugins

Share plugins

Other plugins

Rich Code Highlight Theme Choices

Minos directly import code highlight themes from the highlight.js package, and makes more than 70 highlight themes available to you.

Elastic Theme Configuration

In addition to the minimalistic and easy-to-understand configuration design, Minos allows you to set configurations on a per-page and per-language basis with the ability to merge and override partial configurations.

_config.yml
1
2
3
menu:
Archives: /archives
Lifestyle: /categories/LifeStyle
_config.zh-cn.yml
1
2
3
menu:
归档: /archives
生活: /categories/LifeStyle
post.md
1
2
3
4
5
title: A Simple Post
menu:
Go Home: /index.html
---
# Here is some simple markdown.

Multi-language Support

Minos supports the using of multiple translations on different pages in one site with its elastic configuration system. Simply decide your preferred language for each page (or use the language folder) and create an additional _config.<language shortname>.yml, then you are ready to go.

Responsive Layout

No matter what modern browsering device your audiences are using, they can always get the best experience because Minos’s responsive layout across multiple viewpoints.

Responsive Layout

💿 Installation

Download & extract or git clone Minos from GitHub to your blog’s theme folder, and that’s it!

1
git clone https://github.com/ppoffice/hexo-theme-minos.git themes/minos

Once started, Minos will remind you of any missing dependencies and configuration files.

🔨 Development

This project is built with

  • Hexo 3.6.0
  • Ejs
  • Sass

Please refer to the documentation for Minos implementation details.

🎉 Contribute

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×