博客描述


1前言

本博客通过hexo搭建站点,利用PicGo将图片同步至GitHub repo作为CDN加速,然后部署在GitHub上,博客主题:matery

搭建一个博客真的很耗费时间(改前端代码UI)但是会很有成就感,同时也是一种督促自己学习记录的一个地方。刚开始我参考网上主流的搭建博客方法:hexo+github部署,随后由于访问速度问题,切换到aliyun/coding/码云上,最后才部署到服务器上。网站部署到github上尤其要注意一点:网站必须为**xxxx.github.io(**xxxx一定要为你的repository的名字,否则就gg了,我就是一个活生生的反例,搞了半个小时才恍然大悟)

# Update process
# 清空之前的文件/缓存
1hexo clean 
# 根据配置文件渲染出一套静态页面
2hexo g
# 渲染局部动态网站html
3hexo s 
# 将上一步渲染出的一系列文件上传至github
4hexo d / hexo g -d

2博客功能更新时间线

待更新…….

3 参考

[1]https://yafine-blog.cn/posts/4ab2.html


Author: Jeremy Zhang
Reprint: Leave the message below or email me sqzhang.jeremy@gmail.com when you have any problem. I would be happy if you repost or make suggestions for this article.
评论