Compare commits
No commits in common. "2cfc023f4ad88c38c43a8c70706130a7ec6d5859" and "bb8caf62bf64df01b70c9bfca673d4aed511a662" have entirely different histories.
2cfc023f4a
...
bb8caf62bf
3 changed files with 1 additions and 17 deletions
7
\
7
\
|
@ -1,7 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf ./public
|
||||
hugo --minify || exit $?
|
||||
gzip -rk public || exit $?
|
||||
fd . public -tf -E '*.gz' -x brotli -k {} || exit $?
|
||||
rsync -rvz --delete ./public/ wires.systems:/var/www/html
|
|
@ -1,7 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -rf ./public
|
||||
hugo --minify || exit $?
|
||||
gzip --best -rk public || exit $?
|
||||
fd . public -tf -E '*.gz' -x brotli -k {} || exit $?
|
||||
rsync -rvz --delete ./public/ wires.systems:/var/www/html
|
||||
hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html
|
||||
|
|
|
@ -13,12 +13,6 @@ summaryLength = 10
|
|||
goldmark.renderer.unsafe = true
|
||||
tableOfContents.ordered = true
|
||||
|
||||
[outputs]
|
||||
page = ["HTML"]
|
||||
home = ["HTML", "RSS"]
|
||||
term = ["HTML"]
|
||||
taxonomy = ["HTML"]
|
||||
|
||||
[outputFormats.rss]
|
||||
baseName = 'feed'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue