summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
3 daysfix(about): rewrite relative img src to cgit plain/ endpointHEADmasterDanilo M.1-0/+15
README images with relative paths resolve incorrectly on /about/ pages. JS now rewrites them to /REPO/plain/PATH?h=BRANCH on DOMContentLoaded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysApplied some cosmetic changesDanilo M.4-15/+52
3 daysfeat: add sync-cgit-descs.py to sync repo descriptions from gitoliteDanilo M.1-0/+100
Reads /var/lib/gitolite3/repositories/*/description and updates repo.desc= in /etc/cgitrc for existing repo blocks only. Supports --dry-run, --cgitrc, and --repo-base overrides. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysstyle(css): widen about/site-desc, right-align signature, double search barDanilo M.1-1/+4
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysfeat(about): add README rendering with Pygments syntax highlightingDanilo M.3-14/+61
- Add about-filter.py: renders README.md via python-markdown, highlights fenced code blocks with Pygments using existing Catppuccin Macchiato token CSS classes - Fix about section selector: cgit v1.2.3 emits div#summary, not div#readme; update all rules accordingly - Style div#summary: surface bg, purple glow, 1200px max-width Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysfeat(footer): add social icons, centered layout, surface backgroundDanilo M.3-11/+59
Replace inline-styled footer with structured layout using Feather Icons (GitHub, Twitter, LinkedIn). Fix background by targeting #footer-custom directly — cgit injects footer content without a div.footer wrapper.
3 daysfeat: add welcome text to index page via root-readmeDanilo M.4-0/+56
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.
3 daysfix(css): widen content area and fix repo link pillsDanilo M.1-4/+7
- max-width 980px → 1200px reduces side whitespace on wider monitors - add td a.button selector: cgit uses class="button" not td.link for summary/log/tree links; old selector never matched live HTML - increase pill margin/padding for visible separation between links Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysInitial commit: cgit theme for danix.xyzDanilo M.9-0/+1501
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>