Hello World

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.
博客搭建参考
next主题使用教程
多终端同步教程
主题美化
hexo中使用Mathjax
科学上网

快速开始

创建一个新的文章

1
hexo new "My New Post"

More info: Writing

运行服务

1
hexo server

More info: Server

生成静态文件

1
hexo generate

More info: Generating

部署到远程站点

1
hexo deploy

发布文章

1
hexo d --g

More info: Deployment

添加图片

在目标的.comfig.yml文件的38行修改数据,可以在新建博客的同时新建一个资源文件夹来放置图片,博客引用时直接使用![picture](picture_name)

数学公式

行内效果为
独自一行公式需要使公式独占一行
效果为