从这里开始!

历经两三天的折腾,总算是搭建出了属于自己的博客,我十分开心

1.搭建博客

大体过程就是GitHub建仓库,下nodejs,下git,通过git生成ssh密钥并绑定GitHub实现免密登录

再用git下载hexo博客框架,配置完成后就可以上传至GitHub了

基本上我是参照这篇文章做的

[2022 Hexo 博客搭建和使用教程(Windows) - 知乎](https://zhuanlan.zhihu.com/p/547520780)

大多数步骤都是结合生活常识可以解决的问题

但也有些问题卡了我很久。真的是,上网到处搜都难找答案

阅读全文
Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

阅读全文