Hello blog

I am Juangui Xu. Welcome to my blog!

My blog is built via Hexo. This is my first post.

Using Hexo Blog

Create a new post

1
2
3
cd /path/to/the/blog
hexo new "Post Title"
ls source/_posts

Generate static files and run server

1
hexo clean && hexo g && hexo s

Deploy to remote sites

1
hexo deploy

Backup to GitHub

1
git push origin master:backup

Say “Hello World”

1
echo "Hello World"
1
print('Hello World')
1
puts("Hello World");
1
std::cout << "Hello World" << std::endl;

Math

Image

Colorful Hello