xbmlz / hexo-theme-maple

🍁 It is concise but not simple. 一款简约而不简单的Hexo主题

Home Page:https://xbmlz.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo-theme-maple

concise but not simple hexo theme.


Live Demo

English | 简体中文


Features

maple

Installation

Local git install:

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.

_config.yml
- theme: some-theme
+ theme: maple

Update

cd themes/maple
git pull

Configuration

# 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:

About

🍁 It is concise but not simple. 一款简约而不简单的Hexo主题

https://xbmlz.github.io

License:Other


Languages

Language:EJS 49.6%Language:JavaScript 39.6%Language:Stylus 7.7%Language:CSS 3.1%