michal-sapka-me

Codebase for my homepage.
git clone git://vcs.sapka.me/michal-sapka-me
Log | Files | Refs

commit a3d0624ff61f76765a4ba12ae584187d63046786
parent 23c2f6faa70341bef737ea14a5c859f676208117
Author: MichaƂ Sapka <michal@sapka.me>
Date:   Sun,  8 Jan 2023 16:25:05 +0100

fix: urls

Diffstat:
Mcontent/i-now-host-my-own-code.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/i-now-host-my-own-code.md b/content/i-now-host-my-own-code.md @@ -5,7 +5,7 @@ date: 2023-01-08T16:08:51+01:00 draft: false tags: ["git", "self-host", "github", "gitlab", "gitea", "cgit", "stagit"] --- -tldr: you can can go to [https://git.sapka.me](git.sapka.me). +tldr: you can can go to [git.sapka.me](https://git.sapka.me). For years the first step towards every project was to create a GitHub repository. Rightfully so, as Github was the place for open source. They were years ahead of their competition when they launched. Heck, back then, git wasn't even the standard it is now. Time has changed. Microsoft bought them as another coy that would put them back in the minds of developers. @@ -29,4 +29,4 @@ You may also want to have a web interface. Three solutions are very often recomm [Stagit](https://codemadness.org/stagit.html), for all the ultra-neckbeards out there. It's used by [Suckless software](https://git.suckless.org/). CGit installation is also quite simple. Just follow the [guide](https://wiki.archlinux.org/title/cgit) on Arch Wiki. -I will migrate all my repositories to [https://git.sapka.me](git.sapka.me) and treat GitHub as another company-mandated account. +I will migrate all my repositories to [git.sapka.me](https://git.sapka.me) and treat GitHub as another company-mandated account.