搭建博客

环境搭建——–>Hexo-零基础搭建个人博客(详解)_hexo博客-CSDN博客

主题安装——–>Butterfly - A Simple and Card UI Design theme for Hexo

撰写博客

文章Front-matter参照——–>Butterfly 文檔(二) 主題頁面 | Butterfly

图片安置参照——–>https://blog.csdn.net/m0_43401436/article/details/107191688

Bug

当博客出现npm下载出现如下报错unable to verify the first certificate或者使用npm下载东西无进度时

取消ssl验证

1
npm config set strict-ssl false