/Material-T

:zap:基于Material Design的Hexo主题/A hexo theme based on Material Design

Primary LanguageCSS

Material-T

一款Material Design风格的主题,灵感来源于Material-Kit

screenshot-index

在线预览 Live Preview

invom's blog

安装 Installation

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

贡献 Contributing

项目会持续更新,期待您的Pull Request

License

MIT