6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
|||||||
[submodule "themes/huell"]
|
[submodule "themes/caldwell"]
|
||||||
path = themes/huell
|
path = themes/caldwell
|
||||||
url = https://git.karaolidis.com/karaolidis/huell.git
|
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:
|
theme:
|
||||||
cd $(THEME) && \
|
cd $(THEME) && \
|
||||||
nix develop --command make
|
nix develop --command make
|
||||||
|
|
||||||
hugo:
|
hugo: theme
|
||||||
hugo
|
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/'
|
baseURL = 'https://www.karaolidis.com/'
|
||||||
languageCode = 'en-us'
|
languageCode = 'en-us'
|
||||||
title = 'Jupiter Lab'
|
title = 'Jupiter Lab'
|
||||||
theme = 'huell'
|
theme = 'caldwell'
|
||||||
|
|
||||||
[params]
|
[[params.navigation]]
|
||||||
prompt = "jupiter-lab"
|
name = "Blog"
|
||||||
titleCutting = true
|
|
||||||
animateStyle = "animated slideInUp fast"
|
|
||||||
|
|
||||||
[[params.navlinks]]
|
|
||||||
name = "posts/"
|
|
||||||
url = "/"
|
url = "/"
|
||||||
|
|
||||||
[[params.navlinks]]
|
[[params.navigation]]
|
||||||
name = "photos/"
|
name = "Portfolio"
|
||||||
url = "photos/"
|
url = "/photos/"
|
||||||
|
|
||||||
[[params.navlinks]]
|
[[params.navigation]]
|
||||||
name = "about/"
|
name = "About"
|
||||||
url = "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