From 24639575c32e48a3db46e06be6a3a25cd80e8991 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 21 Apr 2022 15:04:56 +0300 Subject: refactor: change prject structure --- src/blog/2022-03-24.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/blog/2022-03-24.md (limited to 'src/blog/2022-03-24.md') diff --git a/src/blog/2022-03-24.md b/src/blog/2022-03-24.md new file mode 100644 index 0000000..7359978 --- /dev/null +++ b/src/blog/2022-03-24.md @@ -0,0 +1,14 @@ +# Here comes my git server :fire: +I've mirrored all of my important projects from GitHub :github: (along with some unpublished ones) to my personal git server: https://git.eug-vs.xyz + +It includes: + - My [dotfiles](https://git.eug-vs.xyz/eug-vs/dotfiles/) + - My builds of [suckless sotftware](https://suckless.org) + - [Source code](https://git.eug-vs.xyz/eug-vs/eug-vs-xyz/) for this website + - My [homelab infrastructure](https://git.eug-vs.xyz/eug-vs/infrastructure/) (subject for the upcoming blog post) + - And [more](https://git.eug-vs.xyz)... + +![git remote meme](/public/git-remote-meme.png) + +I'm using [cgit](https://git.zx2c4.com/cgit/) as a web fronted to it. There still is some misconfiguration here and there, but it works. Check it out! + -- cgit v1.2.3