最近 Keep 更新了一个轨迹动画的分享,可以生成一个看起来高大上的视频。项目产品也提出了一样的需求,便参照着实现了一波。效果如下(虚拟机跑动画就已经很卡了,然后还要录 gif 就更卡了,凑合看~):
缺失模块。
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