summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--Makefile2
-rwxr-xr-xdeploy.sh4
-rw-r--r--static/fonts/BerkeleyMono-Regular.woff2bin0 -> 23952 bytes
m---------themes/fuji0
5 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index f8abe65..4fccda7 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "themes/fuji"]
path = themes/fuji
- url = https://github.com/amzrk2/hugo-theme-fuji.git
+ url = https://git.lambda.cx/hugo-theme-fuji
diff --git a/Makefile b/Makefile
index b6cd148..b1502a3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ server: theme
deploy: theme
hugo
- rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/
+ rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/
rm -r public
theme:
diff --git a/deploy.sh b/deploy.sh
index 05c2b51..70b774e 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,7 +2,7 @@
set -e
cd "$(dirname "$0")"
-git submodule update --init
+git submodule update --init --recursive
hugo
-rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/
+rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/
rm -r public
diff --git a/static/fonts/BerkeleyMono-Regular.woff2 b/static/fonts/BerkeleyMono-Regular.woff2
new file mode 100644
index 0000000..79697a3
--- /dev/null
+++ b/static/fonts/BerkeleyMono-Regular.woff2
Binary files differ
diff --git a/themes/fuji b/themes/fuji
-Subproject 16c4b8d301e0a81aa29e3c36fc7cd9ff4096d9f
+Subproject bf124bfe7d677589cae4ccf74923390d16125c2