Disable minify
This commit is contained in:
parent
565932854a
commit
a15153e12b
2 changed files with 9 additions and 12 deletions
|
@ -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
|
||||||
|
|
17
config.yaml
17
config.yaml
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue