Hexo和Markdown,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

标题4

这是加粗

这是斜体

这是横线

  • 无序列表

  • 还是无序列表

  1. 有序列表
  2. 有序列表

内嵌代码

1
代码块
引用  

本文标题:Hexo和Markdown,Hello World!

文章作者:Gaorui Hu

发布时间:2019年07月05日 - 08:32:12

最后更新:2020年03月28日 - 18:13:59

原始链接:https://tlighter.github.io/2019/07/05/hello-world/

许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。

-------- 本文结束 感谢阅读 --------
0%