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.

目录

  1. Quick Start
    1. Create a new post
    2. Run server
    3. Generate static files
    4. Deploy to remote sites
    5. Highlight Text
    6. Images
    7. Code
    8. video
    9. Wide image

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment

Highlight Text

test your highlighted text. Does it work? test your highlighted text. Does it work?

Images

A beautiful sunriseA beautiful sunrise

Code

example
  • c
  • js
  • css
int main() {
    int i = 0;
    for (; i < 10; ++i) {
        test;
    }
}
var test = 'test';
.btn {
  color: red;
}

video

Wide image

A beautiful sunriseA beautiful sunrise