From 16be7b046b8c10cefa3fbc5a1883d73cfc627a01 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 8 May 2026 10:00:20 +0200 Subject: feat: add welcome text to index page via root-readme Inject site-desc.html on the repo list page using cgit's root-readme option. Mirrors the welcome text and signature from the gitweb theme. --- site-desc.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 site-desc.html (limited to 'site-desc.html') diff --git a/site-desc.html b/site-desc.html new file mode 100644 index 0000000..b833182 --- /dev/null +++ b/site-desc.html @@ -0,0 +1,15 @@ +
+

My work

+

+ Welcome to my git repository. Here's what I've been working on in the past, + today, and what I'll be (probably) working on in the future. +

+

+ Feel free to have a look at the code I've written and don't hesitate to + drop me a few lines if you want to. +

+

I wish you a great day!

+

+ danix's signature +

+
-- cgit v1.2.3