前阵子回头看自己学 Flutter 那段经历,突然有点感慨。当年为了上手,老老实实把 StatefulWidget、setState、路由、MethodChannel 这些啃了一遍,还专门记了笔记,生怕哪天忘了某个 widget 的参数。现在再让我徒手写 Flutter,我八成写不出来,但让我”用 Flutter 做个需求、改个 bug”,我一点都不虚——鼠标点开 WorkBuddy,把需求甩给它就行。
缺失模块。
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