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