这几天看阮一峰和寥雪峰双峰大神的技术博客,觉得也要搭建起自己的技术博客,以激励自己不断在技术上开疆拓土。
搭建这个博客,参考了网上资料有:
他的博客: http://www.sail.name/about/ 站内搜索挺好的
用到的轮子:
hexo https://hexo.io/
disqus评论 https://liewshirley.disqus.com
缺失模块。
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