Top

material-x优化版、material-plus主题


主题介绍

本主题基于 material-x 主题魔改,原作者 小吴博客 ,在征得作者同意下开源。此版本在他的基础上加入了一些常用功能

预览

hfanss.com

使用

下载主题

https://github.com/iyohei/hexo-material-plus/tree/master

安装

下载后是文件夹形式,将全部文件覆盖到你的目录下

详细说明

所有配置均在根目录下config.yml中进行

内部所有配置均有中文说明,以下仅特别强调几点

1.文章页标签

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: 博文标题
date: 2019-03-31 15:54:38 #书写日期+时间
tags: #标签
- hexo主题
- material-x优化版
- material-plus
categories: #分类
- hexo
img: https://blog-1252958858.file.myqcloud.com/2019/03/material-plus.png #博文封面。本地图片显示方式为 /img/***.jpg
newimg: true #是否显示 new 标签
zhailu: 基于material-x主题魔改的hexo主题,material-plus主题,增添了部分功能,集成统计,广告。。。。。 #文章摘录。最少70字,否则封面会显示错乱
comments: false #是否开启评论,默认true
toc: false #是否显示目录,可在config.yml中统一配置
---

2.DIY

1
2
3
4
留言板		/source/comment/index.html
友链 /source/links/index.html
关于博主 /source/about2/index.html
关于本站 /source/about/index.html

就说这么多吧,暂时也想不起太多,在使用中遇到问题,也可在下面留言咨询



未经允许不得转载: 幻凡ss » material-x优化版、material-plus主题