Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xbmlz/hexo-theme-maple
🍁 It is concise but not simple. 一款简约而不简单的Hexo主题
https://github.com/xbmlz/hexo-theme-maple
hexo hexo-theme theme
Last synced: 3 days ago
JSON representation
🍁 It is concise but not simple. 一款简约而不简单的Hexo主题
- Host: GitHub
- URL: https://github.com/xbmlz/hexo-theme-maple
- Owner: xbmlz
- License: other
- Created: 2022-07-16T10:00:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T05:43:00.000Z (4 months ago)
- Last Synced: 2024-12-23T06:07:42.901Z (10 days ago)
- Topics: hexo, hexo-theme, theme
- Language: EJS
- Homepage: https://xbmlz.github.io
- Size: 1.3 MB
- Stars: 86
- Watchers: 3
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
concise but not simple hexo theme.
English | 简体中文
## Features
- 📦 Out of the box - Almost zero configuration.
- 🎨 Automatically switched light and dark theme.
- 💻 Auto fit Mobile and Screen responsively.
- 💹 Baidu/Google Analytics
- ⚗️ [MathJax Support](http://docs.mathjax.org/en/latest/)
- ⚡️ [Mermaid Support](https://mermaid-js.github.io/mermaid)
- 🖼️ [Fancybox Support](https://fancyapps.com/docs/ui/fancybox)
- 🦜 [Giscus Support](https://giscus.app/zh-CN)
- 📊 [ECharts Support](https://echarts.apache.org/)![maple](https://cdn.jsdelivr.net/gh/xbmlz/static@main/img/Maple.png)
## Installation
Local git install:
```bash
cd your-blog/themes
git clone https://github.com/xbmlz/hexo-theme-maple.git themes/maple
```## Enable
Modify `theme` setting in `_config.yml` to `maple`.
```diff
_config.yml
- theme: some-theme
+ theme: maple
```## Update
```bash
cd themes/maple
git pull
```## Configuration
```yaml
# Header
nav:
Posts: /archives
Categories: /category
Tags: /tag# favicon
favicon: /favicon.ico# logo
logo: /images/logo.svg# links
links:
Github: https://github.com/xbmlz
# ZhiHu:
# Twitter:
# Weibo:# analytics
google_analytics:
baidu_analytics:# mathjax
fancybox: true# mathjax
mathjax: true# mermaid
mermaid:
enable: true
# Available themes: default | dark | forest | neutral
theme: default# giscus
giscus:
enable: true
repo:
repo_id:
category:
category_id:
mapping:
```