Welcome to LT’s Blog! This is my very first post. It is a test for my blog.

I will show my life of study here.

Test

Code

1
2
3
4
5
6
7
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World!"<<endl;
return 0;
}

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment