From 14c87366c417866606125c0d9eea9a9d8f673bb2 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 24 Mar 2022 17:30:30 +0300 Subject: blog: here comes my git server --- blog/2022-03-24.md | 12 ++++++++++++ blog/index.md | 1 + index.md | 2 -- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 blog/2022-03-24.md diff --git a/blog/2022-03-24.md b/blog/2022-03-24.md new file mode 100644 index 0000000..32d36e4 --- /dev/null +++ b/blog/2022-03-24.md @@ -0,0 +1,12 @@ +# 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 upcoming blog post) + - And [more](https://git.eug-vs.xyz)... + +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! + diff --git a/blog/index.md b/blog/index.md index f860f77..4e10ad6 100644 --- a/blog/index.md +++ b/blog/index.md @@ -4,6 +4,7 @@ ### March +- [Here comes my git server :fire:](2022-03-24.md) - [Жыве Беларусь! :belarus:](2022-03-17.md) ### February diff --git a/index.md b/index.md index af2d231..7eb1d62 100755 --- a/index.md +++ b/index.md @@ -9,8 +9,6 @@ It's just a series of interlinked wiki-pages that I write in **Markdown** :markd No bullshit, ads, trackers or client-side JavaScript here. # My git server -I gradually move to move own git server from [Github](github.com/eug-vs) :github: . - Check out my projects here: https://git.eug-vs.xyz # Recent blog posts -- cgit v1.2.3