前言
算起来应该是上周四开始投简历的,到现在一共收到两个面试通知,其中有一个还是非计算机专业的,面试的是股票交易员,此处有笑哭脸。另外一家就是今天要讲述的:我面试的这个职位。我先卖个关子,讲讲我之前面试的经验,以及我现在的决定。 more >>
缺失模块。
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