Skip to content

Hello World

80 字
检测到 KaTeX 加载失败,可能会导致文中的数学公式无法正常渲染。

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

BASH
1
$ hexo new "My New Post"

More info: Writing

#Run server

BASH
1
$ hexo server

More info: Server

#Generate static files

BASH
1
$ hexo generate

More info: Generating

#Deploy to remote sites

BASH
1
$ hexo deploy

More info: Deployment