aboutsummaryrefslogtreecommitdiff
path: root/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-0/+10
2025-02-13_repo_header.html: PurgeRunxi Yu7-28/+0
2025-02-13_header.html: Format the main headerRunxi Yu9-34/+20
2025-02-13handle_user: StubRunxi Yu1-1/+1
2025-02-13login: Implement password validationRunxi Yu1-0/+1
2025-02-13login: Stub login pageRunxi Yu1-0/+54
2025-02-13_header.html: Add headerRunxi Yu10-1/+36
2025-02-12{ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu1-3/+19
2025-02-12repo_index: Add clone instructionsRunxi Yu1-0/+15
2025-02-12repo_log: Fix anchorRunxi Yu1-1/+1
2025-02-12_footer.html: Fix upstream linkRunxi Yu1-1/+1
2025-02-12repo_tree_file: Fix link to CSSRunxi Yu1-1/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu5-8/+8
2025-02-12repo_tree_file: Don't treespec when it's headRunxi Yu1-1/+1
2025-02-12render_readme.go: Render plain READMEs tooRunxi Yu2-4/+2
2025-02-12repo_commit: Use /dev/null, not {a,b}/NULL, for empty filesRunxi Yu1-2/+10
2025-02-11_repo_header.html: Add /g/Runxi Yu1-0/+2
2025-02-11_repo_header.html: Add link to rootRunxi Yu1-0/+2
2025-02-11*.html: Add a simple repo headerRunxi Yu7-0/+25
2025-02-11repo_commit: Don't crash when viewing the first commitRunxi Yu1-2/+2
2025-02-11*: Use URL params to specify commits/branches/tagsRunxi Yu3-4/+4
2025-02-11repo_commit: Add patch viewRunxi Yu1-0/+4
2025-02-11repo_commit: Properly format patchsetsRunxi Yu1-13/+24
2025-02-11repo_commit: Show chunksRunxi Yu1-3/+16
2025-02-11repo_index.html, style.css: CSS state machinesRunxi Yu3-25/+6
2025-02-11*.html: Fix body classRunxi Yu3-3/+3
2025-02-11style.css, *.html: Scrolling behaviorRunxi Yu5-12/+14
2025-02-11repo_{index,tree_dir}.html, style.css: No inner margins on README td'sRunxi Yu2-4/+4
2025-02-11repo_commit: Add commit messageRunxi Yu1-1/+9
2025-02-11repo_{index,log}: Link commits to their pagesRunxi Yu2-2/+2
2025-02-11repo_index: Don't display commit IDsRunxi Yu1-3/+1
2025-02-11repo_commit: Add a commit info pageRunxi Yu1-0/+44
2025-02-11repo_index: Link to repo logRunxi Yu1-1/+1
2025-02-11_{head,footer}.html: Add underscore to indicate that it's partialRunxi Yu2-0/+0
2025-02-11repo_log: Add a logRunxi Yu1-0/+41
2025-02-11repo_tree: Add link to rawRunxi Yu1-1/+1
2025-02-11repo_raw: Serve raw filesRunxi Yu1-0/+44
2025-02-11group_{index,repos}: Rename files tooRunxi Yu1-0/+0
2025-02-10style.css, *.html: Lighthouse accessibilityRunxi Yu5-5/+5
2025-02-10index: Categories -> groups againRunxi Yu1-3/+3
2025-02-10*.html.tmpl: Rename from *.htmlRunxi Yu7-0/+0
2025-02-10footer.html: Add link to Lindenii ForgeRunxi Yu6-0/+18
2025-02-10main: Prefix group names with /g/Runxi Yu1-1/+1
2025-02-10*: category -> groupRunxi Yu4-7/+7
2025-02-10repo_tree: Fix URL and anchor issuesRunxi Yu1-3/+3
2025-02-10category_index -> category_reposRunxi Yu2-4/+4
2025-02-10repo_{index,tree_dir}.html, style.css: Darker table title rowRunxi Yu2-5/+5
2025-02-10*: Some simple styling with tablesRunxi Yu2-10/+47
2025-02-10*.html: Add "– Lindenii Forge" to the titleRunxi Yu5-5/+5
2025-02-10head.html: Add a common head templateRunxi Yu7-31/+10