Cybrkyd's git repositories

GitGen • commit: 23d00f7

commit 23d00f75ec5253364ee051d349dc48e25a6ba733dceb05a9b6f59ef52d0e99f9
author cybrkyd <noreply@cybrkyd.com> 2026-01-19 12:24:42 +0000
committer cybrkyd <noreply@cybrkyd.com> 2026-01-19 12:24:42 +0000

Commit Message

README formatting plus clarifications

📊 Diffstat

README.md 18
1 files changed, 10 insertions(+), 8 deletions(-)

Diff

diff --git a/README.md b/README.md
index 0bb8ce8..30e1cb1 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ The generated output has the following structure:
```
git-website/
├── index.html
- ├── main.css # main.css is not generated
+ ├── main.css # main.css is not generated*
├── repo-name/
│ ├── index.html # README / overview
│ ├── files.html # File listing
@@ -77,20 +77,22 @@ git-website/
Each repository gets its own directory containing all related pages.
+ \* `main.css` is not generated but included in this repo. Add it manually to the **git-website** directory.
+
## README Rendering
GitGen looks for README files in the following order:
- * `README.md`
- * `README.txt`
- * `README`
- * `readme.md`
+ - README.md
+ - README.txt
+ - README
+ - readme.md
Markdown READMEs are rendered using Python-Markdown with these extensions enabled:
- * `tables`
- * `sane_lists`
- * `fenced_code`
+ - tables
+ - sane_lists
+ - fenced_code
Non-Markdown READMEs are rendered as escaped pre-formatted text.