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 Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

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


My First Hexo Post

My First Hexo Post

完善博客

插入图片

PIXEL


使用 Markdown

为什么使用 Markdown

  • 看上去不错
  • 既然看上去不错,为什么不试试呢

如何使用 Markdown

1
2
3
4
5
6
7
def show
@widget = Widget(params[:id])
respond_to do |format|
format.html # show.html.erb
format.json { render json: @widget }
end
end
1
2
3
4
5
6
7
8
9
10
public void startThreadUseSubClass() {
class MyThread extends Thread {
public void run() {
System.out.println("start thread using Subclass of Thread");
}
}

MyThread thread = new MyThread();
thread.start();
}

不错的一天

为什么心情不错

  • 天气还可以
  • 既然天气还可以,为什么不开心呢

天气哪里还可以