| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | style.css: Separate darker and lighter border colors | Runxi Yu | 2025-02-10 | 1 | -3/+4 |
* | category_index -> category_repos | Runxi Yu | 2025-02-10 | 4 | -7/+7 |
* | repo_{index,tree_dir}.html, style.css: Darker table title row | Runxi Yu | 2025-02-10 | 3 | -5/+8 |
* | *: Some simple styling with tables | Runxi Yu | 2025-02-10 | 5 | -18/+69 |
* | *.html: Add "– Lindenii Forge" to the title | Runxi Yu | 2025-02-10 | 5 | -5/+5 |
* | head.html: Add a common head template | Runxi Yu | 2025-02-10 | 7 | -31/+10 |
* | *.html: Reindent | Runxi Yu | 2025-02-10 | 5 | -149/+149 |
* | base.html: Initialize for later use | Runxi Yu | 2025-02-10 | 1 | -0/+26 |
* | *.go: Reformat | Runxi Yu | 2025-02-10 | 1 | -1/+0 |
* | git_misc: Abstract away get_recent_commits | Runxi Yu | 2025-02-10 | 2 | -15/+26 |
* | git_misc: Abstract git.PlainOpen into open_git_repo | Runxi Yu | 2025-02-10 | 3 | -6/+12 |
* | repo_tree: s/tree/target/ when it should be | Runxi Yu | 2025-02-10 | 1 | -2/+2 |
* | git_misc: Abstract tree-listing into build_display_git_tree | Runxi Yu | 2025-02-10 | 3 | -38/+27 |
* | repo_tree: Use x--- to indicate modes that aren't convertable | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | render_readme: Abstract away README rendering | Runxi Yu | 2025-02-10 | 3 | -41/+30 |
* | repo_tree: Handle error from formatter.Format | Runxi Yu | 2025-02-10 | 1 | -2/+6 |
* | repo_tree: Read ref name from PathValue | Runxi Yu | 2025-02-10 | 1 | -5/+6 |
* | repo_tree: Remove unnecessary commit_iter code | Runxi Yu | 2025-02-10 | 1 | -17/+0 |
* | repo_tree: Attempt to use the autumn theme | Runxi Yu | 2025-02-10 | 2 | -62/+60 |
* | repo_tree: Attempt to use the xcode theme | Runxi Yu | 2025-02-10 | 2 | -41/+62 |
* | repo_tree: Add chroma.css | Runxi Yu | 2025-02-10 | 2 | -0/+50 |
* | handle_repo_tree: Syntax highlighting | Runxi Yu | 2025-02-10 | 6 | -4/+29 |
* | {category_,}index: Add heading | Runxi Yu | 2025-02-10 | 2 | -1/+7 |
* | *: project -> category | Runxi Yu | 2025-02-10 | 7 | -15/+15 |
* | category_index: Add a repo index for each category | Runxi Yu | 2025-02-10 | 3 | -0/+55 |
* | *.go: Linting | Runxi Yu | 2025-02-10 | 4 | -31/+42 |
* | index: List categories | Runxi Yu | 2025-02-10 | 2 | -0/+40 |
* | repo_tree_{dir,file}: Fix body class | Runxi Yu | 2025-02-10 | 2 | -2/+2 |
* | handle_repo_{index,tree}: Don't crash on missing README | Runxi Yu | 2025-02-10 | 2 | -13/+13 |
* | style.css: Add some non-fancy styles | Runxi Yu | 2025-02-10 | 1 | -1/+12 |
* | style.css: font-size: 1rem; | Runxi Yu | 2025-02-10 | 1 | -0/+4 |
* | style.css: Set all immediate children of .padding-wrapper to width: 100%; | Runxi Yu | 2025-02-10 | 1 | -2/+1 |
* | repo_tree: Add anchors to entries | Runxi Yu | 2025-02-10 | 1 | -1/+3 |
* | repo_tree: Display files too | Runxi Yu | 2025-02-10 | 2 | -6/+36 |
* | repo_tree_dir: Fix path_spec | Runxi Yu | 2025-02-10 | 1 | -1/+4 |
* | repo_index: Add / to directories in name listings | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | repo_index: Add anchors to filenames in the tree listing | Runxi Yu | 2025-02-10 | 2 | -1/+3 |
* | *.go: Reformat code | Runxi Yu | 2025-02-10 | 3 | -9/+11 |
* | repo_tree: Support listing directories other than / | Runxi Yu | 2025-02-10 | 1 | -11/+17 |
* | main: Add {$} to path handlers that need it | Runxi Yu | 2025-02-10 | 1 | -1/+1 |
* | repo_tree: Initialize handler (copied over from index) | Runxi Yu | 2025-02-10 | 3 | -0/+136 |
* | repo_index: Use the first line of the commit message | Runxi Yu | 2025-02-10 | 3 | -2/+10 |
* | reop_index.html, style.css: padding-wrapper | Runxi Yu | 2025-02-10 | 2 | -3/+20 |
* | repo_index: Only display first four characters of os_mode | Runxi Yu | 2025-02-10 | 1 | -2/+2 |
* | repo_index: Add file list | Runxi Yu | 2025-02-10 | 3 | -0/+47 |
* | repo_index.html: Remove unnecessary whitespace in output | Runxi Yu | 2025-02-09 | 1 | -14/+8 |
* | repo_index.html: Include external CSS | Runxi Yu | 2025-02-09 | 1 | -0/+1 |
* | style.css: .commit-id monospace | Runxi Yu | 2025-02-09 | 1 | -0/+3 |
* | README.md: Write some details | Runxi Yu | 2025-02-09 | 1 | -13/+37 |
* | {main,resources}.go: Serve static/ properly | Runxi Yu | 2025-02-09 | 2 | -1/+6 |