From 565e031f94fe6d042231e636ddf2f77b82561f3b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 3 Jul 2024 13:45:53 -0700 Subject: [PATCH] Update theme (v0.18) (#585) * Update theme (v0.18) * Specify hero/navbar font --- assets/css/custom.css | 4 ++++ netlify.toml | 4 ++-- themes/scientific-python-hugo-theme | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 assets/css/custom.css diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..1b54986 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,4 @@ +.hero-title, +.navbar-logo-text { + font-family: "Lato"; +} diff --git a/netlify.toml b/netlify.toml index a761cc9..4e7a079 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,7 @@ [build.environment] PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8 - HUGO_VERSION = "0.125.4" - DART_SASS_VERSION = "1.75.0" + HUGO_VERSION = "0.126.2" + DART_SASS_VERSION = "1.77.5" DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/" [build] diff --git a/themes/scientific-python-hugo-theme b/themes/scientific-python-hugo-theme index 99868aa..12911c2 160000 --- a/themes/scientific-python-hugo-theme +++ b/themes/scientific-python-hugo-theme @@ -1 +1 @@ -Subproject commit 99868aa6bac64e1339840b96e9c1d05273b8dc4d +Subproject commit 12911c22bbe451bd5819bc276c16a7e1049538ff