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.
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
展示 Markdown 的语法
列表
无序列表
- 无序列表项 1
- 无序列表项 2
- 无序列表项 3
- 无序列表项 3.1
- 无序列表项 3.2
- 无序列表项 4
有序列表
- 有序列表项 1
- 有序列表项 2
- 有序列表项 3
- 有序列表项 3.1
- 有序列表项 3.2
- 有序列表项 4
引用
这是一个引用
文字
这是文字粗体格式
这是文字斜体格式
在文字上添加删除线
表格
表头1 | 表头2 | 表头3 |
---|---|---|
内容1 | 内容2 | 内容3 |
内容4 | 内容5 | 内容6 |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 My Blog!