Hexo发表文章步骤
新建文章:hexo new '文章标题'
生成静态文件:hexo g
部署文件:hexo d
文件生成后立刻部署网站:hexo g -d
启动服务器:hexo s
清除缓存文件:hexo clean
创建分类选项:$ hexo new page categories
添加标签:直接在文章head部分添加tag属性即可,会自动添加新标签
新建草稿:hexo new draft '文章标题'
发表草稿:hexo publish [layout]
\[ \begin{equation} \label{eq2} \begin{aligned} a &= b + c \\ &= d + e + f + g \\ &= h + i \end{aligned} \end{equation} \]
C语言里的函数 scanf()
怎么使用?
1 | #!/usr/bin/env python3 |
1 | include <stdio.h> |
Markdown 插入图片: