Nymphs and Satyr

《宁芙与萨堤尔》(法文: Nymphes et Satyr),是法国画家威廉·阿道夫·布格罗创作于1873年的一幅油画。该画显示了希腊神话里的几个女精灵宁芙劝说萨堤尔下水玩耍的情景。现收藏于美国麻萨诸塞州威廉姆斯顿的克拉克美术研究所 (Sterling and Francine Clark Art Institute, Williamstown, Massachusetts)。

在hexo中一般插入图片的方式为:

1
!(图片名称)[图片地址]

如果想要控制图片大小,可以用html的方式来插入图片

1
<img src="图片地址" width="50%" height="50%"  style="margin: 0 auto;"/>

安装图片点击放大插件

1
2
cd project/source/lib
git clone https://github.com/theme-next/theme-next-fancybox3 fancybox

更改project/_config.yml文件

1
fancybox: true

设置图片大小 https://drawon.cn/2019/01/07/hexo%E8%AE%BE%E7%BD%AE%E5%9B%BE%E7%89%87%E5%A4%A7%E5%B0%8F/
图片点击放大 https://blog.csdn.net/wugenqiang/article/details/89057323


stellar代码:

1
{% image https://timg.197710.best/file/cd65ffe9db6a39abd1d7d.jpg Nymphs and Satyr download:https://timg.197710.best/file/cd65ffe9db6a39abd1d7d.jpg fancybox:true %}
Nymphs and Satyr
Nymphs and Satyr

stellar文档: https://xaoxuu.com/wiki/stellar/tag-plugins/express/#image-%E5%9B%BE%E7%89%87%E6%A0%87%E7%AD%BE