mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
c88c2e5519
Also added some scripts to Pipfile and minimal update to FAQ page. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
15 lines
329 B
Bash
15 lines
329 B
Bash
#!/usr/bin/env bash
|
|
|
|
# URL prefixes for updating remote URLs
|
|
JETBRAINS_SPACE_REPO="git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git"
|
|
SOURCEHUT_GIT_REPO="git.sr.ht/~ajhalili2006/web"
|
|
GITHUB_REPO="github.com/ajhalili2006/ajhalili2006.github.io"
|
|
GITLAB_REPO="mau.dev/andreijiroh.dev/website"
|
|
|
|
useHttps() {
|
|
|
|
}
|
|
|
|
useSsh() {
|
|
|
|
}
|