diff --git a/.gitmodules b/.gitmodules
index 2152082..f7eae03 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "themes/pickles"]
path = themes/pickles
- url = https://github.com/mismith0227/hugo_theme_pickles
- branch = release
+ url = git@github.com:annabunches/hugo_theme_pickles.git
+ branch = develop
diff --git a/Makefile b/Makefile
index 67e418d..43bc36b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
DOCKER_IMAGE := cr.annabunch.es/annabunches-static
+DOCKER_TAG := latest
.PHONY: all build push
@@ -8,7 +9,8 @@ serve:
hugo serve -D --bind 0.0.0.0 -b http://${DEV_IP}:1313/
build:
- docker build -t ${DOCKER_IMAGE} .
+ # TODO: figure out why this always uses the cache on the last step...
+ docker build --no-cache -t ${DOCKER_IMAGE}:${DOCKER_TAG} .
push:
- docker push ${DOCKER_IMAGE}
+ docker push ${DOCKER_IMAGE}:${DOCKER_TAG}
diff --git a/layouts/_default/li.html b/layouts/_default/li.html
deleted file mode 100755
index 5c65bf3..0000000
--- a/layouts/_default/li.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{ .Title }}
-
- {{ .Title }}
-
- {{ . }} -
- {{ end }} -