一款Material Design风格的主题,灵感来源于Material-Kit
1. 获取最新版本
cd themes
git clone -b master https://github.com/invom/Material-T.git Material-T
2. 修改/_config.yml
// 关闭归档页的默认分页:
archive_generator:
per_page: 0
yearly: true
monthly: true
daily: false
order_by: -date
// 关闭默认代码高亮
highlight:
enable: false
line_number: false
auto_detect: false
tab_replace:
3. 创建About Page
hexo new page about
修改/source/about/index.md
,添加属性type: "about"
4. 在/_config.yml
中启用Material-T
git pull
项目会持续更新,期待您的Pull Request
MIT