From 529dae19ef2942d0d09620c44422812912e8585e Mon Sep 17 00:00:00 2001 From: brookee Date: Thu, 29 Feb 2024 23:09:23 -0500 Subject: [PATCH] update --- .gitea/workflows/deploy.yaml | 2 ++ hugo.toml | 4 ++++ themes/agnes-hugo-theme/layouts/partials/head.html | 12 ++++++++++++ 3 files changed, 18 insertions(+) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 50dd04c..b05aa08 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,6 +9,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + recursive: true - name: Add key run: | mkdir $HOME/.ssh && \ diff --git a/hugo.toml b/hugo.toml index b2047ce..a58d08b 100644 --- a/hugo.toml +++ b/hugo.toml @@ -6,6 +6,10 @@ theme = "agnes-hugo-theme" [params] dateFormat = "Jan 2, 2023" authorName = "Bella" + Title = "Bellas Keys" + Description = "Your Website Description" + Image = "https://example.com/image.jpg" + Favicon = "https://example.com/favicon.png" [menu] [[menu.external]] diff --git a/themes/agnes-hugo-theme/layouts/partials/head.html b/themes/agnes-hugo-theme/layouts/partials/head.html index de659e0..1c12dc1 100644 --- a/themes/agnes-hugo-theme/layouts/partials/head.html +++ b/themes/agnes-hugo-theme/layouts/partials/head.html @@ -7,6 +7,18 @@ {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} + {{ with .Site.Params }} + + + + + + {{ end }}