- 从q群里面发现某大佬的博客 https://bubao.github.io
- 然后找到博客的主题链接, 一般在右下角
- 进去 https://github.com/luuman/hexo-theme-spfk
- 根据博主的教程安装
- hexo 很强大,对我这种css不强, 也不打算花太多时间调整css的很好用
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true