hexo

command

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
2
3
$ hexo generate
# debug
hexo g --debug

More info: Generating

Deploy to remote sites

1
$ hexo deploy

Clean

1
$ hexo clean

More info: Deployment

image reference

1
2
3
4
5
6
7
8
# markdown syntax
![xxx](/images/flink/flink_schedule_architecture.png)

# html
<img src="/images/minio/cert.jpg" style="zoom: 60%">

# style support below config
style="float: left; width: 40%; zoom: 60%; margin-right: 20px;

tips

1
2
3
4
5
6
7
8
# 相同目录引用
[安装 DingoAdm](install-dingoadm#安装-dingoadm)

# 外部文件关联
[多机部署][dingofs-cluster-topology]

文件底部
[dingofs-cluster-topology]: https://github.com/dingodb/dingoadm/blob/master/configs/fs/cluster/topology.yaml

1. 不能使用图片语法做标题

theme

next

安装评论

来必力评论

使用Gitment评论功能

置顶功能

添加置顶