From 2b575c20f943930ac2152ef6dc573f4de980fde6 Mon Sep 17 00:00:00 2001 From: kreczko Date: Wed, 12 Aug 2026 10:42:28 +0100 Subject: [PATCH 1/3] refactor: replace hugo-atom-feed with hugo-atom-layout --- .gitmodules | 7 ++++--- config.yaml | 2 +- themes/hugo-atom-feed | 1 - themes/hugo-atom-layout | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 160000 themes/hugo-atom-feed create mode 160000 themes/hugo-atom-layout diff --git a/.gitmodules b/.gitmodules index 50395675..9ad90147 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "themes/hugo-atom-feed"] - path = themes/hugo-atom-feed - url = https://github.com/kaushalmodi/hugo-atom-feed +[submodule "themes/hugo-atom-layout"] + path = themes/hugo-atom-layout + url = https://github.com/FAST-HEP/hugo-atom-layout + \ No newline at end of file diff --git a/config.yaml b/config.yaml index 1bd5f09e..3ceec3ce 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ disableKinds: - taxonomy theme: - - scientific-python-hugo-theme/themes/hugo-atom-feed + - scientific-python-hugo-theme/themes/hugo-atom-layout params: colorScheme: auto # can be auto (browser setting), light, or dark images: diff --git a/themes/hugo-atom-feed b/themes/hugo-atom-feed deleted file mode 160000 index d545effe..00000000 --- a/themes/hugo-atom-feed +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d545effed9949bf834eaed09ad423ec3e030794f diff --git a/themes/hugo-atom-layout b/themes/hugo-atom-layout new file mode 160000 index 00000000..d9f5f512 --- /dev/null +++ b/themes/hugo-atom-layout @@ -0,0 +1 @@ +Subproject commit d9f5f51256c0656b073acd2790257d60a9ee73a8 From 1081b4c2bc56e67ed8d6870ef82587f18d91edcb Mon Sep 17 00:00:00 2001 From: kreczko Date: Wed, 12 Aug 2026 10:53:02 +0100 Subject: [PATCH 2/3] feat: update netlify to hugo version 1.58.0 --- doc/netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/netlify.toml b/doc/netlify.toml index e781badc..955f670e 100644 --- a/doc/netlify.toml +++ b/doc/netlify.toml @@ -1,6 +1,6 @@ [build.environment] PYTHON_VERSION = "3.13" - HUGO_VERSION = "0.152.2" + HUGO_VERSION = "0.158.0" DART_SASS_VERSION = "1.93.2" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/" From 06262b9549363519baf6acd87c586dda934356e0 Mon Sep 17 00:00:00 2001 From: kreczko Date: Wed, 12 Aug 2026 11:06:39 +0100 Subject: [PATCH 3/3] fix: remove whitespace in gitmodules --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9ad90147..616117a0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ [submodule "themes/hugo-atom-layout"] path = themes/hugo-atom-layout url = https://github.com/FAST-HEP/hugo-atom-layout - \ No newline at end of file