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


Markdown Test

Text

H1 title

H2 title

H3 title

H4 title

H5 title
H6 title

Content

Bold

Italic

Code

inline code

code block

1
2
3
4
5
#include <stdio.h>
int main(){
printf("Hello world!\n");
return EXIT_SUCCESS;
}

Table

LeftCenterRight
123
456
789

List

Ordered list

  1. Item 1
  2. Item 2
  3. Item 3

Unordered list

  • Item 1
  • Item 2
  • Item 3

LaTeX

P(Xt)=xt1P(Xt,Xt1=xt1)=xt1P(Xt1=xt1)P(XtXt1=xt1)\begin{aligned} P(X_t) &= \sum_{x_{t-1}} P(X_t, X_{t-1} = x_{t-1})\\ &= \sum_{x_{t-1}} P(X_{t-1} = x_{t-1}) P(X_t|X_{t-1} = x_{t-1}) \end{aligned}

Iframe test

www.billhu.us

about.billhu.us

venus.cs61c.org


Hello World
https://www.billhu.us/2021/01_hello_world/
Author
Bill Hu
Posted on
September 7, 2021
Licensed under