hexo-theme-Mic_Theme icon indicating copy to clipboard operation
hexo-theme-Mic_Theme copied to clipboard

可不可以自己定义样式?

Open YuFy1314 opened this issue 6 years ago • 1 comments

这个新的导航页面, 能不能自己额外定义一个html页面和效果, 自己找了一个插件效果, 怎么能用上呢? 求解答

YuFy1314 avatar Aug 31 '18 10:08 YuFy1314

可以啊,在hexo目录里找到source,注意不是主题的source,新建一个文件夹,名字随便取,比如叫echocbx,然后进入文件夹,建一个index.md,写入

---

title: 标题

date: 年-月-日

layout: 文件夹名称

---

内容

Ezgx avatar Oct 22 '22 16:10 Ezgx