0%

1
2
3
4
5
hexo new -p /路径(开头可以不加/  包含[文章名字.md])  标题    //如果标题又空格用“”引号括住, 默认类型 post
hexo new -p /写作指引(一般我会定义日期作为文件夹) 我的标题

// 例:
hexo new -p /2022/01/test.md my-test

  1. 银率网
  2. 每日english
  3. zi kao

hexo文章链接问题

学习写作,练习写文章,写文案

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
1
$ hexo g -d

More info: Deployment