You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title中有冒号,导入后 初始化会报错~
YAMLException: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 1, column 18:
title中有冒号,导入后 初始化会报错~
YAMLException: incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line at line 1, column 18:
大家在日常写博客的过程中,肯定会遇到想迁移博客的时候。例如我之前就遇到想把 csdn 博客文章迁移到 hexo 上。hexo 的文章源文件就是一些符合特定格式 markdown 的文章。因此要实现也比较简单,对 csdn 博客首页 进行爬虫,(都是一些一些基础的获取标签之类的内容操作了,不详细讲了),然后生成符合特定格式 markdown 即可。
Quick Start
1、全局安装工具
2、获取 csdn 的 cookie(可选)
tips: (这里这么做是因为 csdn 的文章详情
api
只需要有任意的已登陆的合法 cookie 就能够根据文章 id 拉取信息了。csdn 的模拟登录破解不出来 T T)2.1 登录后,点击将这个 url复制下面这段的 cookie 到配置文件或者指定运行。
3、配置文件
在当前目录下新建
config.json
,内容如下4、执行生成
5、结果
可以看到,我们的 hexo 源文件就生成成功了
码字不易。本工具仓库地址。如果觉得有用,你的 star 是我最大的动力 - -
The text was updated successfully, but these errors were encountered: