From 5a2060ac7b62ec804c3505f32aaf35f3ed3d1366 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 4 Feb 2024 01:56:50 -0500 Subject: [PATCH] git info widget don't work --- content/_index.md | 2 -- upload.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index f6e22a0..b53bb18 100644 --- a/content/_index.md +++ b/content/_index.md @@ -18,5 +18,3 @@ weight: 3 Learn how to [get started!](/how/getting-started/) Join the [matrix space](https://matrix.to/#/#canada:libresolutions.network) - -{{}} \ No newline at end of file diff --git a/upload.sh b/upload.sh index 062d461..1a5f6dc 100755 --- a/upload.sh +++ b/upload.sh @@ -1,6 +1,6 @@ #! /bin/sh git pull git submodule update -curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml +#curl "https://code.gabe.rocks/gabriel/cyberfreedom.rss" > data/git-info.xml hugo rsync -avhzzP --delete public/ vps:/var/www/cyberfreedom.ca \ No newline at end of file