From 04a0631b41c1f6dde8a354d965a411ba2aa0381e Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Sat, 3 Sep 2022 14:14:04 -0400 Subject: [PATCH] Fix for Hugo v0.101.0 --- .gitignore | 1 + config.yaml | 4 ++-- content/letter | 2 +- layouts/partials/base/header.html | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d66a9c8..08f06d9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ resources/_gen/ themes/base16* commit-msg.txt +.hugo_build.lock static/server-apps.json diff --git a/config.yaml b/config.yaml index c9183f1..1991fa2 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ -# baseURL: http://localhost:1313/ -baseURL: https://kevin-mok.com/ +baseURL: http://localhost:1313/ +# baseURL: https://kevin-mok.com/ # baseURL: /home/kevin/coding/mf-site/public languageCode: en-us # title: Kevin Mok's Website diff --git a/content/letter b/content/letter index 5ec1a62..996ec63 160000 --- a/content/letter +++ b/content/letter @@ -1 +1 @@ -Subproject commit 5ec1a62b2212b0a354531e36ff9b75425adb34a3 +Subproject commit 996ec6349ba6ba670cb9195f63742c401e5846d9 diff --git a/layouts/partials/base/header.html b/layouts/partials/base/header.html index a25a1c3..aa7b453 100644 --- a/layouts/partials/base/header.html +++ b/layouts/partials/base/header.html @@ -9,10 +9,10 @@ {{- with $.Param "author" }} {{- end }} -{{ .Hugo.Generator }} +{{ hugo.Generator }} - +