基于hexo框架、butterfly模板的静态博客平台。

Smlhnl’s Blog

https://www.smlhnl.top/

https://smlhnl.github.io/

博客及视频教程:

记录本站搭建过程中遇到的问题及解决方案。
人人都可以去自定义 | Butterfly主题美化教程
Fomalhaut:

Butterfly 文档:https://butterfly.js.org/posts/ceeb73f/

其他参考:

使用Vercel+Github搭建个人博客

https://blog.cuijiacai.com/blog-building/

Git bash

Win11 右键缺少git bash 按键——搜索有答案(B站也有)

运行git bash 时各种加载不出来

Npm i npm已经换源——npm config set registry https://registry.npmmirror.com

更新的npm镜像源

创建新hexo 博客时停止加载

1
2
# 换方式-问kimi
hexo init blog-demo --clone=https://github.com/hexojs/hexo-starter.git

连接github 时错误,连接不上

网络问题

域名

自己购买或者注册–半小时可以完成,不需要备案

域名比价软件

vscode里面get-ExecutionPolicy,

这个指令无法执行,在管理员权限的powershell可以

Hexo cl hexo s

运行指令后未切换为blutterfly主题

–发现_config.yml这个文件里面的theme没有更改

头像上传

免费图片上传平台:https://postimages.org/

头像:https://i.postimg.cc/8PQXvLdy/5278fd0a6c0f4a3fd656d5339066181.jpg

主页封面设置——index_img
文章封面–Default_cover

修改后上传Github-指令

1
hexo clean && hexo generate && hexo deploy

书写注意事项:

1. Tag

tags: [ “solve”,”hexo”,”blog”]