From 0581c649cccbd0f51c16323ef7427b2cbadee516 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 31 Oct 2022 10:03:15 +0530 Subject: [PATCH] bluefeds + trimurti: update cloning of hugo websites --- content/posts/bluefeds.md | 13 +++++++++---- content/posts/trimurti.md | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index b2623a3..162ba31 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -380,10 +380,15 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran ### Hugo ```bash -git clone git@gitlab.com:shivohamx3/blog.git /trayimurti/containers/volumes/blog -cd /trayimurti/containers/volumes/blog && git submodule init && git submodule update -git clone git@gitlab.com:shivohamx3/machines.git /trayimurti/containers/volumes/mach -cd /trayimurti/containers/volumes/mach && git submodule init && git submodule update +git clone --recursive git@gitlab.com:thefossguy/blog.git /trayimurti/containers/volumes/blog +cd /trayimurti/containers/volumes/blog +git remote rm origin +git remote add git@git.thefossguy.com:thefossguy/blog.git + +git clone --recursive git@gitlab.com:thefossguy/machines.git /trayimurti/containers/volumes/mach +cd /trayimurti/containers/volumes/mach +git remote rm origin +git remote add git@git.thefossguy.com:thefossguy/machines.git ``` diff --git a/content/posts/trimurti.md b/content/posts/trimurti.md index 364639f..d100421 100644 --- a/content/posts/trimurti.md +++ b/content/posts/trimurti.md @@ -356,10 +356,15 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran ### Hugo ```bash -git clone git@gitlab.com:shivohamx3/blog.git /brahmaand/containers/volumes/blog -cd /brahmaand/containers/volumes/blog && git submodule init && git submodule update -git clone git@gitlab.com:shivohamx3/machines.git /brahmaand/containers/volumes/mach -cd /brahmaand/containers/volumes/mach && git submodule init && git submodule update +git clone --recursive git@gitlab.com:thefossguy/blog.git /brahmaand/containers/volumes/blog +cd /brahmaand/containers/volumes/blog +git remote rm origin +git remote add git@git.thefossguy.com:thefossguy/blog.git + +git clone --recursive git@gitlab.com:thefossguy/machines.git /brahmaand/containers/volumes/mach +cd /brahmaand/containers/volumes/mach +git remote rm origin +git remote add git@git.thefossguy.com:thefossguy/machines.git ```