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 serverMore info: Server
Generate static files
1$ hexo generateMore info: Generating
Deploy to remote sites
1$ hexo deployMore info: Deployment
How to write down markdown documents
Using tags
How to use code blocks
1234567{% codeblock title lang:Cpp %}#include <iostream>using namespace std;int main(){cout << "Hello world, C++ " << endl;}{% endcodeblock %}title 12345using namespace std;int main(){cout << "Hello world, C++ " << endl;}youtube tag
1{% youtube -n_xSSkRl-c %}gist
1{% gist 89a6730c2b1a220c733a7145ec1194ca %}