my-next-post
标题我的第二篇文章
my-first-post
一级标题二级标题三级标题四级标题 无序列表 无序列表1 有序列表 有序列表21代码框 12345678//上面是高亮类型#include <bits/stdc++.h>using namespace std;int main(){ ios::sync_with_stdio(false),cin.tie(0),cout.tie(0); return 0;}//代码高亮的代码框 链接 正文文字 12345hexo cl 删除缓存(public文件夹hexo g 生成博客文件(public文件夹hexo d 上传至GitHub(public文件夹hexo s 预览终端用;cmd用&& 可以连接执行多行代码
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 StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment