近期通知
博客从今天开始更新的内容分为三个分支,分支内容如下:
1. 每天介绍5个左右的命令,内容会达到初学者要求;
2. 介绍Linux服务和集群方面的知识;
3. 互联网资源分享(包括常用的软件、好的学习网站、或者博友们的需求)
缺失模块。
1、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
2、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: true
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true