Files
website-astro-stefanimhoff.de/src/content/journal/2009/gitweb-theme.mdx
2023-06-01 17:18:30 +02:00

45 lines
1.3 KiB
Plaintext

---
title: GitWeb Theme
slug: gitweb-theme
author: Stefan Imhoff
date: 2009-02-19T20:00:00+02:00
description: My popular theme for GitWeb to download for free. Now GitWeb looks more similar to GitHub and is not ugly anymore.
tags: ["download"]
---
## GitHub Style for GitWeb
The standard theme of GitWeb is not appealing and was designed for functionality.
I could not stand it anymore. I have created an alternative, which I based on the design of GitHub.
The exact installation instructions are included in the package on GitHub.
## Screenshots
<Figure caption="Project View">
<Image src="/assets/images/posts/gitweb-theme-projects.png" alt="Project View" />
</Figure>
<Figure caption="Summary">
<Image src="/assets/images/posts/gitweb-theme-summary.png" alt="Summary" />
</Figure>
<Figure caption="Commit">
<Image src="/assets/images/posts/gitweb-theme-commit.png" alt="Commit" />
</Figure>
<Figure caption="Commit DIFF">
<Image src="/assets/images/posts/gitweb-theme-commitdiff.png" alt="Commit DIFF" />
</Figure>
<Figure caption="Log">
<Image src="/assets/images/posts/gitweb-theme-log.png" alt="Log" />
</Figure>
<Figure caption="Tree View">
<Image src="/assets/images/posts/gitweb-theme-tree.png" alt="Tree View" />
</Figure>
<MoreLink href="https://github.com/kogakure/gitweb-theme/" text="GitWeb Theme on GitHub" />