0%

总结

1
2
3
4
5
6
最初尝试了其他的主题,但是git之后总算是报错,最后找到next主题没有报错。
其次对页面的选择,内容打开了代码框展示,菜单栏也打开了好几个,
分别对应了首页、关于我、一些图片、以及总结。
个人比较喜欢简洁的界面,因此除了打开时的渐入,其他没有多余的内容。
问题就是上学期的项目用到npm,导致一开始安装hexo一直没有成功,需要重新配环境
这里比较耗时间,其余问题不大。

对带宽的优化

1
尝试对整个块进行分片后进行RS编码,减少带宽影响。

对带宽的优化

1
尝试对整个块进行分片后进行RS编码,减少带宽影响。

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