通过git+hexo搭建个人博客
More info: Deployment
相关指令
1 | npm install -g hexo |
标签抬头
1 | --- |
分类抬头
1 | --- |
图片设置
直接引用markdown插入
1 | ![lena](https://alexcld.com/images/pengyuyan.jpg) |
使用html方法引入
固定图片大小
1
<img src="https://alexcld.com/images/pengyuyan.jpg" width=256 height=256 />
百分比的方式
1
<img src="https://alexcld.com/images/pengyuyan.jpg" width="50%" height="50%" />
图像加个标注
1 | <center> |
- 图和标注间距离增大
1
2
3
4
5<center>
<img src="https://alexcld.com/images/pengyuyan.jpg" width="25%" height="25%" />
$ $
Figure 1. xx
</center>
mellow
Ursprünglicher Link: http://nunu03.github.io/2022/05/29/hello-world/
Copyright-Erklärung: 转载请注明出处.