aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-11repo_raw: Serve raw filesRunxi Yu1-0/+1
2025-02-10main: Prefix group names with /g/Runxi Yu1-3/+3
2025-02-10*: category -> groupRunxi Yu1-3/+3
2025-02-10resources: Serve source and static properlyRunxi Yu1-0/+2
... except that it won't run because of URL conflicts for now
2025-02-10category_index -> category_reposRunxi Yu1-1/+1
2025-02-10*: project -> categoryRunxi Yu1-3/+3
2025-02-10category_index: Add a repo index for each categoryRunxi Yu1-0/+1
2025-02-10*.go: LintingRunxi Yu1-1/+4
2025-02-10*.go: Reformat codeRunxi Yu1-1/+1
2025-02-10main: Add {$} to path handlers that need itRunxi Yu1-1/+1
2025-02-10repo_tree: Initialize handler (copied over from index)Runxi Yu1-0/+1
2025-02-09{main,resources}.go: Serve static/ properlyRunxi Yu1-0/+5
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-0/+1
2025-02-05*: Basic web serverRunxi Yu1-0/+37