做安卓开发这些年,博客基本就是写某个技术点的踩坑记录:某个 API 的行为变了、某个库的版本兼容问题、某个奇怪的崩溃栈。但现在 AI 问两句就能把来龙去脉讲清楚,甚至还顺带给出代码片段,这种”点对点”的技术笔记确实越来越没必要写了。
more >>
缺失模块。
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