Hello World

Hello World

三月 12, 2020

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 paper"

注意要加上" ",英文输入法

1
2
3
4
5
6
7
8
9
10
title: My paper
date: 20-x-x
categories:
- Note
- Learn
tags:
- Ubuntu
- Adobe Flash Player
mp3:
cover: https://cdn.pixabay.com/photo/2019/03/31/14/31/italy-4093227_960_720.jpg

严格按照这个格式来,上线不要加 ---

图片

图片的格式,直接在对应的index文件夹里添加图片,然后正常在文章里添加图片

路径 index文件名/图片名及格式

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