//

Hexo + Next 搭建网站简直傻瓜!真的很方便

之前搭网站都是用的 ModHeader 扩展爬取别人网站的 html 文件,又或者去找网站的开源资源,
现在这个虽然简洁了点,不过也正好,用来做一些资料的存放地,
之后打算慢慢把接触到的一些算法放上来

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

0%