Browse Source

use official hugo v0.160.0

master
Wang Yang 4 hours ago
parent
commit
127d6c0596
  1. 2
      .drone.yml
  2. 2
      hugo.toml

2
.drone.yml

@ -4,7 +4,7 @@ name: hugo-build
steps:
- name: build
image: klakegg/hugo:latest
image: ghcr.io/gohugoio/hugo:v0.160.0
commands:
- hugo --config hugo.toml --minify --baseURL https://www.eryang.wang/

2
hugo.toml

@ -1,5 +1,5 @@
baseURL = 'https://www.eryang.wang'
locale = 'zh-CN'
locale = 'zh'
title = '灿烂阳光'
theme = 'PaperMod'

Loading…
Cancel
Save