From 84352979e8cb3f86819e85d445baa11bff3aa056 Mon Sep 17 00:00:00 2001 From: Benjamin Hays Date: Tue, 10 Dec 2024 17:22:31 -0500 Subject: [PATCH] misc fixes: update keywords, gitignore, and bump Hugo version --- .gitea/workflows/build.yml | 2 +- .gitignore | 1 + hugo.toml | 2 +- themes/typo | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ea070e9..55ee6f8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -6,7 +6,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.135.0 + HUGO_VERSION: 0.139.4 steps: - name: Install Hugo CLI run: | diff --git a/.gitignore b/.gitignore index 0299c7e..29eb362 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ hugo.linux # Temporary lock file while building /.hugo_build.lock +.DS_Store \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 0316e89..9485add 100644 --- a/hugo.toml +++ b/hugo.toml @@ -20,7 +20,7 @@ showTags = true # Meta description = "Benjamin Hays: Information Security Student" -keywords = "benjamin, ben hays, hays, security, technology, blog" +keywords = "benjamin, ben hays, hays, Benjamin Hays, security, technology, infosec, IT, blog" images = [""] # Generator Options diff --git a/themes/typo b/themes/typo index 3692440..e6d2204 160000 --- a/themes/typo +++ b/themes/typo @@ -1 +1 @@ -Subproject commit 3692440a512006860adc7dbfb826f36e086ca2c9 +Subproject commit e6d2204df1e40503f9c0ab249a84927798d72567