Skip to content
本博客自 2023 年 4 月 4 日起转为归档状态,可能不再发表新的博文。点此了解博主的竞赛生涯
This blog has been archived by the owner since April 4, 2023. It may no longer have new updates.

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