From 8b538479a2b476c99ee13ea976cc6e3d3ff98072 Mon Sep 17 00:00:00 2001
From: Elnu <9874955+ElnuDev@users.noreply.github.com>
Date: Mon, 28 Feb 2022 14:22:11 -0800
Subject: [PATCH 1/4] Improve Matomo tracking script indentation
---
.../layouts/partials/head.html | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/themes/tegakituesday.com/layouts/partials/head.html b/themes/tegakituesday.com/layouts/partials/head.html
index d88b01d..460fd59 100644
--- a/themes/tegakituesday.com/layouts/partials/head.html
+++ b/themes/tegakituesday.com/layouts/partials/head.html
@@ -28,18 +28,18 @@ secondary.addEventListener("touchmove", scrollHandler);
-
\ No newline at end of file
+
From be20e4c908a1ccf493bb04f43e010eb0f5a9ea39 Mon Sep 17 00:00:00 2001
From: Elnu <9874955+ElnuDev@users.noreply.github.com>
Date: Mon, 28 Feb 2022 14:22:30 -0800
Subject: [PATCH 2/4] Pull in build.sh
---
build.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.sh b/build.sh
index 0ff96ec..8d8178b 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,3 @@
#!/bin/bash
+git pull;
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
From 49200c952f78015395e888081853609d57c76611 Mon Sep 17 00:00:00 2001
From: ElnuDev
Date: Mon, 28 Feb 2022 20:01:32 -0800
Subject: [PATCH 3/4] Use explicit homebrew Hugo install path in build script
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 0ff96ec..bf1fe4d 100755
--- a/build.sh
+++ b/build.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
+/home/linuxbrew/.linuxbrew/bin/hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
From def61c5589cac893999e6ed7b1171d796fd9ed78 Mon Sep 17 00:00:00 2001
From: ElnuDev
Date: Mon, 28 Feb 2022 20:06:49 -0800
Subject: [PATCH 4/4] Improve indentation in Matomo tracking script
---
.../layouts/partials/head.html | 24 +++++++++----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/themes/tegakituesday.com/layouts/partials/head.html b/themes/tegakituesday.com/layouts/partials/head.html
index d88b01d..460fd59 100644
--- a/themes/tegakituesday.com/layouts/partials/head.html
+++ b/themes/tegakituesday.com/layouts/partials/head.html
@@ -28,18 +28,18 @@ secondary.addEventListener("touchmove", scrollHandler);
-
\ No newline at end of file
+