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 Write Example

Code Highlight

1
2
3
4
5
6
7
8
9
10
11
12
13
package com.sic.moocspringboot;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class MoocSpringbootApplication {

public static void main(String[] args) {
SpringApplication.run(MoocSpringbootApplication.class, args);
}

}

hexo

theme: hexo-theme-obsidian

markdown head template

1
2
3
4
5
6
7
8
9
10
11
title: My awesome title
date: 2019-07-14 18:38:45
categories:
- Category1
- Category2
tags:
- Tag1
- Tag2
mp3: http://domain.com/awesome.mp3
cover: statics/A Cruel Angel's Thesis Bilingual two-channel effects version.mp3
preview: 300