在页头插入照片可以使整个页面不那么单调,好看的照片还会增加页面的美观度。
在首页添加页头照片
- 首先在images文件夹里导入图片
- 在index.html添加以下代码
header:
image: http://some-site.com/assets/images/image.jpg
在文章页面添加页头照片
- 在文章的md档添加以下代码
header:
overlay_image: /images/mountain.jpg
caption: "Photo credit: [**Unsplash**](https://unsplash.com)"
cta_label: "了解更多"
cta_url: "https://unsplash.com"
-
得到的效果
文章页头
网友评论