aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* repo_{index,log}: Link commits to their pagesRunxi Yu2025-02-113-2/+6
* style.css: Let's use width 100% for tables for now... adjust laterRunxi Yu2025-02-111-2/+1
* repo_index: Don't display commit IDsRunxi Yu2025-02-111-3/+1
* repo_commit: Add a commit info pageRunxi Yu2025-02-114-0/+105
* git_misc: Sanitize pathsRunxi Yu2025-02-113-3/+13
* go.mod: Bump dependenciesRunxi Yu2025-02-112-47/+44
* repo_index: Link to repo logRunxi Yu2025-02-112-1/+2
* _{head,footer}.html: Add underscore to indicate that it's partialRunxi Yu2025-02-112-0/+0
* repo_log: Add a logRunxi Yu2025-02-115-10/+115
* repo_{raw,tree}: Redirect if visiting file but path_spec ends with slashRunxi Yu2025-02-112-0/+8
* repo_tree: Add link to rawRunxi Yu2025-02-111-1/+1
* repo_raw: Serve raw filesRunxi Yu2025-02-113-0/+118
* group_{index,repos}: Rename files tooRunxi Yu2025-02-112-0/+0
* git_misc: Don't return error on repos with fewer than 3 commitsRunxi Yu2025-02-111-1/+4
* *.go: ReformatRunxi Yu2025-02-112-5/+5
* .editorconfig: InitRunxi Yu2025-02-111-0/+24
* style.css: Make links brighter in dark modeRunxi Yu2025-02-111-1/+1
* chroma.css: Add dark themeRunxi Yu2025-02-111-68/+147
* style.css: Add dark themeRunxi Yu2025-02-111-0/+17
* style.css: Padding in px, not remRunxi Yu2025-02-111-2/+2
* style.css: Increase max-widthRunxi Yu2025-02-111-1/+1
* repo_tree: Fix panic on empty pathspecRunxi Yu2025-02-111-1/+1
* README.md: SpellingRunxi Yu2025-02-111-2/+2
* README.md: Break long lineRunxi Yu2025-02-111-1/+3
* style.css, *.html: Lighthouse accessibilityRunxi Yu2025-02-106-6/+6
* index: Categories -> groups againRunxi Yu2025-02-102-7/+7
* render_readme: Use GitHub-flavored markdownRunxi Yu2025-02-101-1/+9
* README.md: Port things from the websiteRunxi Yu2025-02-101-2/+28
* *.html.tmpl: Rename from *.htmlRunxi Yu2025-02-107-0/+0
* footer.html: Add link to Lindenii ForgeRunxi Yu2025-02-107-3/+34
* main: Prefix group names with /g/Runxi Yu2025-02-102-4/+4
* *: category -> groupRunxi Yu2025-02-109-23/+23
* resources: Serve source and static properlyRunxi Yu2025-02-102-1/+18
* template_funcs: base_name should use path, not filepathRunxi Yu2025-02-101-2/+2
* repo_tree: Fix URL and anchor issuesRunxi Yu2025-02-105-40/+64
* style.css: Separate darker and lighter border colorsRunxi Yu2025-02-101-3/+4
* category_index -> category_reposRunxi Yu2025-02-104-7/+7
* repo_{index,tree_dir}.html, style.css: Darker table title rowRunxi Yu2025-02-103-5/+8
* *: Some simple styling with tablesRunxi Yu2025-02-105-18/+69
* *.html: Add "– Lindenii Forge" to the titleRunxi Yu2025-02-105-5/+5
* head.html: Add a common head templateRunxi Yu2025-02-107-31/+10
* *.html: ReindentRunxi Yu2025-02-105-149/+149
* base.html: Initialize for later useRunxi Yu2025-02-101-0/+26
* *.go: ReformatRunxi Yu2025-02-101-1/+0
* git_misc: Abstract away get_recent_commitsRunxi Yu2025-02-102-15/+26
* git_misc: Abstract git.PlainOpen into open_git_repoRunxi Yu2025-02-103-6/+12
* repo_tree: s/tree/target/ when it should beRunxi Yu2025-02-101-2/+2
* git_misc: Abstract tree-listing into build_display_git_treeRunxi Yu2025-02-103-38/+27
* repo_tree: Use x--- to indicate modes that aren't convertableRunxi Yu2025-02-101-1/+1
* render_readme: Abstract away README renderingRunxi Yu2025-02-103-41/+30