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 /config.toml | |
parent | c321bbe7876ba8c10df8d18e96b5f6ae7ab64bac (diff) |
Update theme, move minify from CI pipeline to config.toml
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |