Update theme

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-19 03:54:31 -04:00
parent b22a96cbcf
commit 6ae61556db
6 changed files with 32 additions and 22 deletions

6
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "themes/huell"]
path = themes/huell
url = https://git.karaolidis.com/karaolidis/huell.git
[submodule "themes/caldwell"]
path = themes/caldwell
url = https://git.karaolidis.com/karaolidis/caldwell.git

View File

@@ -1,12 +1,18 @@
THEME := themes/huell
.PHONY: all theme hugo dev clean
.PHONY: all theme hugo
THEME := themes/caldwell
all: theme hugo
all: hugo
theme:
cd $(THEME) && \
nix develop --command make
hugo:
hugo: theme
hugo
dev: theme
hugo server -D --disableFastRender
clean:
rm -rf public resources/_gen assets/jsconfig.json hugo_stats.json .hugo_build.lock

View File

@@ -1,21 +1,24 @@
baseURL = 'https://www.karaolidis.com/'
languageCode = 'en-us'
title = 'Jupiter Lab'
theme = 'huell'
theme = 'caldwell'
[params]
prompt = "jupiter-lab"
titleCutting = true
animateStyle = "animated slideInUp fast"
[[params.navlinks]]
name = "posts/"
[[params.navigation]]
name = "Blog"
url = "/"
[[params.navlinks]]
name = "photos/"
url = "photos/"
[[params.navigation]]
name = "Portfolio"
url = "/photos/"
[[params.navlinks]]
name = "about/"
url = "about/"
[[params.navigation]]
name = "About"
url = "/about/"
[[params.footer]]
name = "Contact"
url = "mailto:nick@karaolidis.com"
[[params.footer]]
name = "Socials"
url = "https://social.karaolidis.com"

1
node_modules Symbolic link
View File

@@ -0,0 +1 @@
./themes/caldwell/node_modules

1
themes/caldwell Submodule

Submodule themes/caldwell added at d9dcea0e41

Submodule themes/huell deleted from 1f49f0ee88