diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-24 17:30:30 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-24 17:30:30 +0300 |
commit | 14c87366c417866606125c0d9eea9a9d8f673bb2 (patch) | |
tree | 4145f35cb7b0a43387269386e1b9503646cb1337 /blog/2022-03-24.md | |
parent | ff64134e9801219b49f13ccf1b54918023806015 (diff) | |
download | eug-vs-xyz-14c87366c417866606125c0d9eea9a9d8f673bb2.tar.gz |
blog: here comes my git server
Diffstat (limited to 'blog/2022-03-24.md')
-rw-r--r-- | blog/2022-03-24.md | 12 |
1 files changed, 12 insertions, 0 deletions
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! + |