diff --git a/compress.sh b/compress.sh index 9290bb1..502af22 100755 --- a/compress.sh +++ b/compress.sh @@ -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 {}" diff --git a/config.toml b/config.toml index 118682e..262e83e 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/themes/bobatheme b/themes/bobatheme index 0a05fa3..29414e0 160000 --- a/themes/bobatheme +++ b/themes/bobatheme @@ -1 +1 @@ -Subproject commit 0a05fa3979ea59c28a00783933d5c208613b4aa5 +Subproject commit 29414e01ac8a5d99c8f5755d86d6d9504bb28fda