Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppoffice/hexo-theme-minos
A simple and retro styled Hexo theme, concentrated more on your ideas.
https://github.com/ppoffice/hexo-theme-minos
hexo hexo-theme static-site theme
Last synced: 3 months ago
JSON representation
A simple and retro styled Hexo theme, concentrated more on your ideas.
- Host: GitHub
- URL: https://github.com/ppoffice/hexo-theme-minos
- Owner: ppoffice
- License: mit
- Archived: true
- Created: 2015-05-17T07:46:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T06:35:24.000Z (over 2 years ago)
- Last Synced: 2024-05-20T09:16:32.449Z (8 months ago)
- Topics: hexo, hexo-theme, static-site, theme
- Language: JavaScript
- Homepage: http://ppoffice.github.io/hexo-theme-minos
- Size: 8.32 MB
- Stars: 757
- Watchers: 22
- Forks: 199
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - ppoffice/hexo-theme-minos
README
A simple and retro styled Hexo theme, concentrating more on your ideas.
Preview |
Download |
Documentation![Minos](http://ppoffice.github.io/hexo-theme-minos/gallery/preview.png "Minos Preview")
### :gift: 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
Changyan
Disqus
Facebook comments plugin
Gitment
Isso
LiveRe
Valine
Youyan
Search plugins
Share plugins
Insight Search
Google custom search
AddThis
ShareThis
Other plugins
Hexo Tag Plugin
lightGallery &
Justified Gallery
MathJax
**Rich Code Highlight Theme Choices**
Minos directly import code highlight themes from the [highlight.js](https://highlightjs.org/) 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
_config.zh-cn.yml
post.md
menu:
Archives: /archives
Lifestyle: /categories/LifeStyle
menu:
归档: /archives
生活: /categories/LifeStyle
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](https://hexo.io/docs/internationalization.html#Path))
and create an additional `_config..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](https://ppoffice.github.io/hexo-theme-minos/gallery/responsive.png)
### :cd: Installation
Download & extract or `git clone` Minos from GitHub to your blog's theme folder, and that's it!
```shell
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.
### :hammer: Development
This project is built with
- Hexo 3.6.0
- Ejs
- SassPlease refer to the documentation for Minos implementation details.
### :tada: Contribute
:electric_plug: Write a plugin |
:triangular_flag_on_post: Report a bug |
:earth_asia: Add a translation### :memo: License
This project is licensed under the MIT License - see the [LICENSE](https://github.com/ppoffice/hexo-theme-minos/blob/master/LICENSE) file for details.