在頁頭插入照片可以使整個頁面不那么單調,好看的照片還會增加頁面的美觀度。
在首頁添加頁頭照片
- 首先在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"
-
得到的效果
文章頁頭
