aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-12-17Early exit for unsupported file typesHEADmainBobby1-6/+12
2025-12-17Refactor onReady and enhance image handlingBobby1-28/+108
2025-12-17Update and rename custom.css to cgit.cssBobby1-0/+59
2025-12-17Render Images in README. Highlight Links in Repo DescriptionsBobby1-11/+64
2025-11-20Add MIT License to the projectBobby1-0/+21
2025-11-19Add systemd service for GitHub Webhook ServerBobby1-0/+15
2025-11-19Initialize Go module for webhookBobby1-0/+3
2025-11-19Implement webhook handler for GitHub eventsBobby1-0/+145
2025-11-19Add script to mirror all public GitHub repositoriesBobby1-0/+81
2025-11-19Add mirror-sync script for repository synchronizationBobby1-0/+21
2025-11-19Add script to mirror GitHub repositoriesBobby1-0/+83
This script creates a mirror of a GitHub repository, checks for necessary credentials, and fetches repository metadata.
2025-11-19Rename cgit.css to custom.cssBobby1-0/+0
2025-11-19Add Shifoo's personal CGit theme stylesBobby1-0/+1405
This CSS file defines a personal theme for CGit, including styles for various elements such as headers, tables, links, and buttons. It also includes responsive design rules for smaller screens.
2025-11-19Add head-include for removing default cgit IconBobby1-0/+13
2025-11-19Add initial cgitrc configuration fileBobby1-0/+94
This is the initial configuration for CGit, defining various settings such as repository paths, readme files, and cache options.
2025-11-19Add about.html with personal introduction and linksBobby1-0/+22
2025-11-19Initial commitBobby1-0/+2