From 2da7a420219e97ccf091c9213f26e2a28e029142 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 4 Mar 2025 01:16:06 -0500 Subject: Update blog theme --- .gitmodules | 2 +- Makefile | 2 +- deploy.sh | 4 ++-- static/fonts/BerkeleyMono-Regular.woff2 | Bin 0 -> 23952 bytes themes/fuji | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 static/fonts/BerkeleyMono-Regular.woff2 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 Binary files /dev/null and b/static/fonts/BerkeleyMono-Regular.woff2 differ diff --git a/themes/fuji b/themes/fuji index 16c4b8d..bf124bf 160000 --- a/themes/fuji +++ b/themes/fuji @@ -1 +1 @@ -Subproject commit 16c4b8d301e0a81aa29e3c36fc7cd9ff4096d9ff +Subproject commit bf124bfe7d677589cae4ccf74923390d16125c27 -- cgit v1.2.3