$ git clone https://github.com/lsylovelmy/hexo-theme-macleaya.git
修改根目录的_config.yml,如下:
theme: macleaya
#name 对应languages下的key
#url 链接
#newTab 是否新标签打开
menu:
- name: home
url: /
newTab: false
# 右侧栏目
#user-info 用户信息栏目
#latest 最新文章栏目
#category 分类栏目
#archive 归档栏目
#label 云标签栏目
widgets:
- user-info
- latest
- category
- archive
- label
# favicon
favicon: /images/favicon.ico
#UserInfo
avatar:
author:
slogan:
---
type: 文章类型(如:原创、翻译、转载等) 是否必须:否
url: 文章的url(需配置根目录下的_config.yml permalink: :url/) 如:(articles/article-one) 是否必须:否
hide: 是否将文章在首页/侧边栏种隐藏 值:(true/false) 是否必须:否
keywords: 页面的meta的keywords 是否必须:否
---