翻了很多篇帖子都是说直接使用iframe就好了,结果试了又试一直不行(也不是不行,就是直接跳转到了优酷页面,而不是在页面上内嵌一个视频窗口)。
最后终于找到了原因:不是填浏览器地址栏的url!、不是填浏览器地址栏的url!、不是填浏览器地址栏的url!
直接拷贝这里的放到Markdown上:
缺失模块。
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