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

Test the application

制作一份待办事宜 Todo 列表

  • 支持以 PDF 格式导出文稿
  • 改进 Cmd 渲染算法,使用局部渲染技术提高渲染效率
  • 新增 Todo 列表功能
  • 修复 LaTex 公式渲染问题
  • 新增 LaTex 公式编号功能

书写一个质能守恒公式[1]

E=mc2E=mc^2

高亮一段代码[2]

1
2
3
4
5
6
7
@requires_authorization
class SomeClass:
pass

if __name__ == '__main__':
# A comment
print 'hello world'

高效绘制 流程图

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
st=>start: Start:>https://www.baidu.com
'editor':
''
io=>inputoutput: verification
'editor':
''
op=>operation: Your Operation
'editor':
''
cond=>condition: Yes or No?
sub=>subroutine: Your Subroutine
e=>end

st->io->op->cond
cond(yes)->e
cond(no)->sub->io

Another

1
2
3
4
5
6
7
8
9
10
digraph G {
开始 -> A
A -> B
B -> D
B -> C
A -> C
C -> E
D -> E
E -> 结束
}

绘制表格

项目 价格 数量
计算机 $1600 5
手机 $12 12
管线 $1 234

More info: Deployment


  1. 支持 LaTeX 编辑显示支持,例如:i=1nai=0\sum_{i=1}^n a_i=0, 访问 MathJax 参考更多使用方法。 ↩︎

  2. 代码高亮功能支持包括 Java, Python, JavaScript 在内的,四十一种主流编程语言。 ↩︎

lfire wechat
欢迎添加