From 96c33599d069312c3d7abbf69ae968162b3744f8 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Tue, 5 Aug 2025 21:41:11 +0200 Subject: [PATCH] Update theme Signed-off-by: Nikolaos Karaolidis --- hugo.toml | 17 +++++++++++++++++ themes/huell | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a391e7c..2963fb6 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,20 @@ baseURL = 'https://www.karaolidis.com/' languageCode = 'en-us' title = 'Jupiter Lab' theme = 'huell' + +[params] +prompt = "jupiter-lab" +titleCutting = true +animateStyle = "animated slideInUp fast" + +[[params.navlinks]] +name = "posts/" +url = "/" + +[[params.navlinks]] +name = "photos/" +url = "photos/" + +[[params.navlinks]] +name = "about/" +url = "about/" diff --git a/themes/huell b/themes/huell index 1ef22fc..a75ad7a 160000 --- a/themes/huell +++ b/themes/huell @@ -1 +1 @@ -Subproject commit 1ef22fc697c4fd0f76a6f9daabcabb5035f6f77e +Subproject commit a75ad7aa952acee911b0417a6f7c1bb178997004