diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 15:04:56 +0300 |
commit | 24639575c32e48a3db46e06be6a3a25cd80e8991 (patch) | |
tree | c8d86d84ce9581a65471d0d4aa6720b4506fe6ae /src/blog/2022-03-24.md | |
parent | 0b7bc99af62aa53148b7fcede648e5dfb6e2ca22 (diff) | |
download | eug-vs-xyz-24639575c32e48a3db46e06be6a3a25cd80e8991.tar.gz |
refactor: change prject structure
Diffstat (limited to 'src/blog/2022-03-24.md')
-rw-r--r-- | src/blog/2022-03-24.md | 14 |
1 files changed, 14 insertions, 0 deletions
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! + |