diff options
author | Anthony Wang | 2024-10-17 20:40:51 -0400 |
---|---|---|
committer | Anthony Wang | 2024-10-17 20:40:51 -0400 |
commit | 00c2be16839ecbb0ee1b99abf246de5378f777cf (patch) | |
tree | 8efc009cbed0293149546ea01b9891bea81e1e7a | |
parent | c321bbe7876ba8c10df8d18e96b5f6ae7ab64bac (diff) |
Update theme, move minify from CI pipeline to config.toml
-rw-r--r-- | .woodpecker.yml | 3 | ||||
-rw-r--r-- | config.toml | 3 | ||||
m--------- | themes/gokarna | 0 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.woodpecker.yml b/.woodpecker.yml index 4ff3a9d..db757d3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,5 +2,4 @@ steps: build: image: fish commands: - - hugo --minify --cleanDestinationDir --destination /srv/http/a - - echo eW91IGZvdW5kIGl0IQo= | base64 -d > /srv/http/a/holy-grail + - hugo --cleanDestinationDir --destination /srv/http/a diff --git a/config.toml b/config.toml index ba19dd0..ee292ff 100644 --- a/config.toml +++ b/config.toml @@ -54,3 +54,6 @@ theme = 'gokarna' [services] [services.rss] limit = 20 + +[minify] + minifyOutput = true diff --git a/themes/gokarna b/themes/gokarna -Subproject fc09ce7645eb309dc70796376f0da042b10f988 +Subproject 84fcbab134f8ec8aba38e47962b5246ad6a359b |