Gitee搭建个人图床

写在前面

利用 PicGo 工具把本地图片上传到 Gitee,来实现个人图床。选择 Gitee 的原因是因为在国内访问 Gitee 较快,访问 GitHub 是蜗牛的速度。PicGo 默认不支持 Gitee 作为图床,要安装 gitee-uploader 插件。

阅读更多

Hexo Icarus 主题设置

安装和开始

按照 Hexo 官方文档的指导安装 Hexo,并且使用 hexo init 创建一个博客站点。

切换到博客根目录,下载 NextT 主题并安装依赖模块:

1
2
git clone https://github.com/ppoffice/hexo-theme-icarus.git themes/icarus
npm install bulma-stylus@0.8.0 hexo-component-inferno hexo-renderer-inferno inferno inferno-create-element --save
阅读更多

Hexo NextT 主题设置

安装和开始

按照 Hexo 官方文档的指导安装 Hexo,并且使用 hexo init 创建一个博客站点。

切换到博客根目录,下载 NextT 主题:

1
git clone https://github.com/theme-next/hexo-theme-next themes/next
阅读更多