create a new article
my_new_blog should avoid Chinese.
1 | hexo new "my_new_blog" |
deploy
1 | hexo clean |
Clean up locally generated pages.
1 | hexo g |
Generate pages based on the latest content.
1 | hexo d |
Push.
You shoule wait for one minute.
Shift+F5
Markdown
1 | # 一级标题 |
title
1 | *斜体文本* |
font
1 | *** |
Division line
1 | * 第一项 |
list
1 | > 引用 |
Blocks, referenceable links
1 | ```javascript |
Code Block
Drawing
Preview web page
1 | hexo s |