'博客搭建过程问题及解决方案'
基于hexo框架、butterfly模板的静态博客平台。
Smlhnl’s Blog
博客及视频教程:
记录本站搭建过程中遇到的问题及解决方案。
人人都可以去自定义 | Butterfly主题美化教程
Fomalhaut:
Butterfly 文档:https://butterfly.js.org/posts/ceeb73f/
其他参考:
Git bash
Win11 右键缺少git bash 按键——搜索有答案(B站也有)
运行git bash 时各种加载不出来
Npm i
npm已经换源——npm config set registry https://registry.npmmirror.com
更新的npm镜像源
创建新hexo 博客时停止加载
1 | # 换方式-问kimi |
连接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
- https://i.postimg.cc/GmvwH4yB/preview.jpg
- https://i.postimg.cc/nzJmGK2k/preview.jpg
- https://i.postimg.cc/VvNdKKCj/preview.gif
- https://source.fomal.cc/img/default_cover_14.webp
其余页面封面设置:
配置 解释
index_img 主页的 top_img
default_top_img 默认的 top_img,当页面的 top_img 没有配置时,会显示 default_top_img
archive_img 归档页面的 top_img
tag_img tag子页面 的 默认 top_img
tag_per_img tag子页面的 top_img,可配置每个 tag 的 top_img
category_img category 子页面 的 默认 top_img
category_per_img category 子页面的 top_img,可配置每个 category 的 top_img
修改后上传Github-指令
1 | hexo clean && hexo generate && hexo deploy |
书写注意事项:
1. Tag
tags: [ “solve”,”hexo”,”blog”]
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Smlhnl's Blog!