0%

希望从今天开始,每天都写一篇小日记记录一下当天新学到的或者复习的知识,包括但不限于计算机基础、Vue、React、前端三件套、浏览器基础、web性能优化、node.js。先定个小目标,坚持 100 天,希望可以持续下去。首先要熬过这段满是大作业和考试的期末周。总是感觉我现在的知识储备还不足以去应对面试,希望能通过记录笔记让我的知识体系变得更加系统。首先第一步就是要把博客搭建好,美化好,之前使用过 Next.js 搭建了一个博客,但是总觉得不太好看,后来想了想其实博客本身更多的还是一个记录自己学习经历的东西,所以也许简约一些反而更好,所以最后决定用 hexo 来搭建这个博客。

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