Disable minify

This commit is contained in:
Joshua Goins 2023-01-02 17:11:17 -05:00
parent 565932854a
commit a15153e12b
2 changed files with 9 additions and 12 deletions

View file

@ -10,7 +10,7 @@ secrets:
tasks: tasks:
- build: | - build: |
cd redstrate.com cd redstrate.com
hugo --baseURL https://redstrate.com/ --minify hugo
- deploy: | - deploy: |
cd redstrate.com cd redstrate.com
echo "StrictHostKeyChecking=no" >> ~/.ssh/config echo "StrictHostKeyChecking=no" >> ~/.ssh/config

View file

@ -5,8 +5,15 @@ disableHugoGeneratorInject: true
enableGitInfo: true enableGitInfo: true
enableRobotsTXT: true enableRobotsTXT: true
languageCode: 'en-us' languageCode: 'en-us'
minify:
tdewolff:
html:
keepWhitespace: true
title: '~redstrate' title: '~redstrate'
theme: 'red' theme: 'red'
timeZone: 'UTC'
params: params:
description: "My personal corner of the Internet!" description: "My personal corner of the Internet!"
@ -84,13 +91,3 @@ menu:
- name: 'Evangelion' - name: 'Evangelion'
url: 'nerv_button.webp' url: 'nerv_button.webp'
weight: 3 weight: 3
outputs:
home:
- HTML
page:
- HTML
section:
- HTML
- RSS