0%

总结

博客主题及其选取原因

我选用的主题是博客主题是 Hexo下的Next。 之所以选这个主题是这个主题比较简洁

博客页面布局及其设计思路

布局采用默认布局

博客功能实现及其技术选择

添加了Tags和Categories特性。 同时为博客添加了搜索(localsearch)

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