aboutsummaryrefslogtreecommitdiff
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFilesLines
* repo_commit: Add patch viewRunxi Yu2025-02-111-0/+4
|
* repo_commit: Properly format patchsetsRunxi Yu2025-02-111-13/+24
|
* repo_commit: Show chunksRunxi Yu2025-02-111-3/+16
|
* repo_index.html, style.css: CSS state machinesRunxi Yu2025-02-113-25/+6
|
* *.html: Fix body classRunxi Yu2025-02-113-3/+3
|
* style.css, *.html: Scrolling behaviorRunxi Yu2025-02-115-12/+14
|
* repo_{index,tree_dir}.html, style.css: No inner margins on README td'sRunxi Yu2025-02-112-4/+4
|
* repo_commit: Add commit messageRunxi Yu2025-02-111-1/+9
|
* repo_{index,log}: Link commits to their pagesRunxi Yu2025-02-112-2/+2
|
* repo_index: Don't display commit IDsRunxi Yu2025-02-111-3/+1
|
* repo_commit: Add a commit info pageRunxi Yu2025-02-111-0/+44
|
* repo_index: Link to repo logRunxi Yu2025-02-111-1/+1
|
* _{head,footer}.html: Add underscore to indicate that it's partialRunxi Yu2025-02-112-0/+0
|
* repo_log: Add a logRunxi Yu2025-02-111-0/+41
|
* repo_tree: Add link to rawRunxi Yu2025-02-111-1/+1
|
* repo_raw: Serve raw filesRunxi Yu2025-02-111-0/+44
|
* group_{index,repos}: Rename files tooRunxi Yu2025-02-111-0/+0
|
* style.css, *.html: Lighthouse accessibilityRunxi Yu2025-02-105-5/+5
|
* index: Categories -> groups againRunxi Yu2025-02-101-3/+3
|
* *.html.tmpl: Rename from *.htmlRunxi Yu2025-02-107-0/+0
|
* footer.html: Add link to Lindenii ForgeRunxi Yu2025-02-106-0/+18
|
* main: Prefix group names with /g/Runxi Yu2025-02-101-1/+1
|
* *: category -> groupRunxi Yu2025-02-104-7/+7
|
* repo_tree: Fix URL and anchor issuesRunxi Yu2025-02-101-3/+3
|
* category_index -> category_reposRunxi Yu2025-02-102-4/+4
|
* repo_{index,tree_dir}.html, style.css: Darker table title rowRunxi Yu2025-02-102-5/+5
|
* *: Some simple styling with tablesRunxi Yu2025-02-102-10/+47
|
* *.html: Add "– Lindenii Forge" to the titleRunxi Yu2025-02-105-5/+5
|
* head.html: Add a common head templateRunxi Yu2025-02-107-31/+10
| | | | | I tried to define a base.html and extend it from there, but Go's templating system doesn't support that.
* *.html: ReindentRunxi Yu2025-02-105-149/+149
|
* base.html: Initialize for later useRunxi Yu2025-02-101-0/+26
|
* repo_tree: Add chroma.cssRunxi Yu2025-02-101-0/+1
|
* handle_repo_tree: Syntax highlightingRunxi Yu2025-02-101-1/+1
|
* {category_,}index: Add headingRunxi Yu2025-02-102-1/+7
|
* *: project -> categoryRunxi Yu2025-02-103-3/+3
|
* category_index: Add a repo index for each categoryRunxi Yu2025-02-101-0/+20
|
* index: List categoriesRunxi Yu2025-02-101-0/+20
|
* repo_tree_{dir,file}: Fix body classRunxi Yu2025-02-102-2/+2
|
* repo_tree: Add anchors to entriesRunxi Yu2025-02-101-1/+3
|
* repo_tree: Display files tooRunxi Yu2025-02-101-0/+15
|
* repo_tree_dir: Fix path_specRunxi Yu2025-02-101-1/+4
|
* repo_index: Add / to directories in name listingsRunxi Yu2025-02-101-1/+1
|
* repo_index: Add anchors to filenames in the tree listingRunxi Yu2025-02-101-1/+2
|
* repo_tree: Initialize handler (copied over from index)Runxi Yu2025-02-101-0/+40
|
* repo_index: Use the first line of the commit messageRunxi Yu2025-02-101-1/+1
|
* reop_index.html, style.css: padding-wrapperRunxi Yu2025-02-101-1/+8
|
* repo_index: Add file listRunxi Yu2025-02-101-0/+19
|
* repo_index.html: Remove unnecessary whitespace in outputRunxi Yu2025-02-091-14/+8
|
* repo_index.html: Include external CSSRunxi Yu2025-02-091-0/+1
|
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-092-0/+45
|