diff options
author | Dante Catalfamo | 2025-03-04 01:16:06 -0500 |
---|---|---|
committer | Dante Catalfamo | 2025-03-04 01:16:06 -0500 |
commit | 2da7a420219e97ccf091c9213f26e2a28e029142 (patch) | |
tree | b3e88c7db87308f245c4b84eac6f86712d313f51 | |
parent | acf85c77127fee239e57d1acbd820f527df44c91 (diff) | |
download | blog-master.tar.gz blog-master.tar.bz2 blog-master.zip |
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | deploy.sh | 4 | ||||
-rw-r--r-- | static/fonts/BerkeleyMono-Regular.woff2 | bin | 0 -> 23952 bytes | |||
m--------- | themes/fuji | 0 |
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 @@ -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: @@ -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 Binary files differnew file mode 100644 index 0000000..79697a3 --- /dev/null +++ b/static/fonts/BerkeleyMono-Regular.woff2 diff --git a/themes/fuji b/themes/fuji -Subproject 16c4b8d301e0a81aa29e3c36fc7cd9ff4096d9f +Subproject bf124bfe7d677589cae4ccf74923390d16125c2 |