6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -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
|
||||
|
14
Makefile
14
Makefile
@@ -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
|
||||
|
31
hugo.toml
31
hugo.toml
@@ -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
1
node_modules
Symbolic link
@@ -0,0 +1 @@
|
||||
./themes/caldwell/node_modules
|
1
themes/caldwell
Submodule
1
themes/caldwell
Submodule
Submodule themes/caldwell added at d9dcea0e41
Submodule themes/huell deleted from 1f49f0ee88
Reference in New Issue
Block a user