mdhelp
一级标题二级标题三级标题四级标题正文 无序列表 有序列表 1代码块 1234567#include <bits/>stdc++.h>using namespace std;int main(){ ios::sync_with_stdio(0),cin.tie(0),cout.tie(0) return 0;}//有代码高亮的代码块 链接 123456hexo cl 删除缓存(public文件夹hexo s 预览hexo g 生成文件(public文件夹hexo d 上传GitHub 如果你要上传服务器,一个自己配ssh上传或者hexo cl再hexo g生成文件以后把public文件夹内的全部文件上传服务器即可
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