~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website
at main 329 B view raw
1#!/usr/bin/env bash 2 3# URL prefixes for updating remote URLs 4JETBRAINS_SPACE_REPO="git.jetbrains.space/ajhalili2006/web/andreijiroh.dev.git" 5SOURCEHUT_GIT_REPO="git.sr.ht/~ajhalili2006/web" 6GITHUB_REPO="github.com/ajhalili2006/ajhalili2006.github.io" 7GITLAB_REPO="mau.dev/andreijiroh.dev/website" 8 9useHttps() { 10 11} 12 13useSsh() { 14 15}