This commit is contained in:
Oliver
2025-05-03 15:28:10 -03:00
parent 2b1bfc60e7
commit 956ed32e45
3 changed files with 4 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
#/bin/bash
git pull
hugo
rm public.tar.gz
cd public
tar -czvf ../public.tar.gz .
git pull
git add *
git commit -m "new content"
git push

Binary file not shown.

View File

@@ -1,5 +1,7 @@
<meta charset="utf-8">
<title>{{ .Title }}</title>
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
@@ -25,4 +27,4 @@
{{ end }}
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/google_analytics.html" . }}
{{ site.Params.custom_script | safeHTML }}
{{ site.Params.custom_script | safeHTML }}