pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 866439bed331c2954b486a75ab0395fa8e52bde9
parent 43258f079ae577337b3cbf7c8b3cf5550bce51c6
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat,  1 Jan 2022 23:09:20 +0000

absolute_git

Diffstat:
Mentry/absolute_git.draft | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entry/absolute_git.draft b/entry/absolute_git.draft @@ -1,4 +1,4 @@ -Recently I migrated from [gitweb]() to [stagit](https://codemadness.org/stagit.html) for my [personal git](https://git.pyratebeard.net) server webpage. I liked gitweb and used it for a number of years, but after seeing some other stagit git sites I preferred the style and decided it was time for a change. +Recently I migrated from [gitweb]() to [stagit](https://codemadness.org/stagit.html) for my [personal git](https://git.pyratebeard.net) server webpage. I liked gitweb and used it for a number of years, but after seeing [some](z3bra) [other](df20) stagit git sites I preferred the style and decided it was time for a change. My git server is using [git-daemon]() to expose the repos. This is really easy to set up following the [official docs]().