默认封面的开启

找到butterfly下面的_config.yml的文件

cover:
  # display the cover or not (是否顯示文章封面)
  index_enable: true
  aside_enable: true
  archives_enable: true
  # the position of cover in home page (封面顯示的位置)
  # left/right/both
  position: both
  # When cover is not set, the default cover is displayed (當沒有設置cover時,默認的封面顯示)
  default_cover:
    - https://lskypro.acozycotage.net/Fomalhaut/img/default_cover_14.webp

在default_cover:添加默认封面的图片链接

文章自定义封面开启

只要在文章开始添加一个属性

cover: https://lskypro.acozycotage.net/Fomalhaut/img/default_cover_5.webp

图片来源

  1. 直接去别的网站寻找
  2. 建立一个远程仓库,将自己的图片放入
  3. 图片直接转链接,推荐网站:https://www.imgbed.link/

重启服务器

$ hexo cl
$ hexo s