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:
|
||||
- build: |
|
||||
cd redstrate.com
|
||||
hugo --baseURL https://redstrate.com/ --minify
|
||||
hugo
|
||||
- deploy: |
|
||||
cd redstrate.com
|
||||
echo "StrictHostKeyChecking=no" >> ~/.ssh/config
|
||||
|
|
17
config.yaml
17
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue