Compare commits

..

No commits in common. "2cfc023f4ad88c38c43a8c70706130a7ec6d5859" and "bb8caf62bf64df01b70c9bfca673d4aed511a662" have entirely different histories.

3 changed files with 1 additions and 17 deletions

7
\
View file

@ -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

View file

@ -1,7 +1,4 @@
#!/bin/sh #!/bin/sh
rm -rf ./public rm -rf ./public
hugo --minify || exit $? hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html
gzip --best -rk public || exit $?
fd . public -tf -E '*.gz' -x brotli -k {} || exit $?
rsync -rvz --delete ./public/ wires.systems:/var/www/html

View file

@ -13,12 +13,6 @@ summaryLength = 10
goldmark.renderer.unsafe = true goldmark.renderer.unsafe = true
tableOfContents.ordered = true tableOfContents.ordered = true
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
term = ["HTML"]
taxonomy = ["HTML"]
[outputFormats.rss] [outputFormats.rss]
baseName = 'feed' baseName = 'feed'