diff --git a/.build.yml b/.build.yml index 93e7325..2ca9f5f 100644 --- a/.build.yml +++ b/.build.yml @@ -10,8 +10,8 @@ secrets: tasks: - build: | cd redstrate.com - hugo --baseURL https://redstrate.com/ --minify + hugo - deploy: | cd redstrate.com echo "StrictHostKeyChecking=no" >> ~/.ssh/config - rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com \ No newline at end of file + rsync -e 'ssh -p 38901' -Wvr public/ deploy@ryne.moe:/srv/http/redstrate.com diff --git a/config.yaml b/config.yaml index bd2740e..ad93b4f 100644 --- a/config.yaml +++ b/config.yaml @@ -5,8 +5,15 @@ disableHugoGeneratorInject: true enableGitInfo: true enableRobotsTXT: true languageCode: 'en-us' + +minify: + tdewolff: + html: + keepWhitespace: true + title: '~redstrate' theme: 'red' +timeZone: 'UTC' params: description: "My personal corner of the Internet!" @@ -84,13 +91,3 @@ menu: - name: 'Evangelion' url: 'nerv_button.webp' weight: 3 - -outputs: - home: - - HTML - page: - - HTML - section: - - HTML - - RSS -