diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-07-08 20:31:42 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-07-08 20:31:42 -0500 |
commit | a807aed5c389d1dfadcd5c88b79c48469aa5b9d9 (patch) | |
tree | 5291dff815cf5888992a18702bb1b7f5bb421d3a /content/blog/2023-09-15-self-hosting-gitweb.md | |
parent | ce89917716b1e9f76d49fd169c7b1feab0af6d72 (diff) | |
download | cleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.tar.gz cleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.tar.bz2 cleberg.net-a807aed5c389d1dfadcd5c88b79c48469aa5b9d9.zip |
fix images for 2023 and 2024 posts
Diffstat (limited to 'content/blog/2023-09-15-self-hosting-gitweb.md')
-rw-r--r-- | content/blog/2023-09-15-self-hosting-gitweb.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/blog/2023-09-15-self-hosting-gitweb.md b/content/blog/2023-09-15-self-hosting-gitweb.md index d687dcb..d91547d 100644 --- a/content/blog/2023-09-15-self-hosting-gitweb.md +++ b/content/blog/2023-09-15-self-hosting-gitweb.md @@ -14,10 +14,6 @@ the `lighttpd` or `webrick` web servers. However, this guide will show you how to keep GitWeb running in the background and display information for all repositories in a chosen directory. -See below for the final result: - - - # Install Dependencies To start, you'll need install the following packages: |