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通过简单标记语法,使普通文本内容具有一定格式。但它本身不支持修改字体、字号与颜色等功能的。
但Markdown支持HTML的语法,这就意味着Markdown能够借助HTML实现功能扩展。
一、缩进和空格
格式:
:输入一个空格:输入一个空格:输入两个空格
注意:不要忘记分号
示例:
1  |   积土成山,风雨兴焉;积水成渊,...  | 
二、居中
格式一
1  | <... |