Update bobatheme with icons

This commit is contained in:
BBaoVanC 2021-10-05 19:12:32 -05:00
parent 70b3d00116
commit 842e101948
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
files=$(find public/ -name "*.html" -o -name "*.xml" -o -name "*.css" -o -name "*.js")
files=$(find public/ -name "*.html" -o -name "*.xml" -o -name "*.css" -o -name "*.js" -o -name "*.svg")
printf '%s\n' "$files" | parallel $@ "echo 'GZIP {}' && gzip -fnk {}"
printf '%s\n' "$files" | parallel $@ "echo 'BROTLI {}' && brotli -fZk {}"

View File

@ -6,6 +6,7 @@ title = "bbaovanc's Website"
sectionPagesMenu = "main"
enableRobotsTXT = true
paginate = 5
enableGitInfo = true
[params]
# these are for the OpenGraph/Twitter embeds in Hugo

@ -1 +1 @@
Subproject commit 0a05fa3979ea59c28a00783933d5c208613b4aa5
Subproject commit 29414e01ac8a5d99c8f5755d86d6d9504bb28fda