aboutsummaryrefslogtreecommitdiff
path: root/templates (unfollow)
Commit message (Collapse)AuthorFilesLines
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
I tried to define a base.html and extend it from there, but Go's templating system doesn't support that.
2025-02-10*.html: ReindentRunxi Yu5-149/+149
2025-02-10base.html: Initialize for later useRunxi Yu1-0/+26
2025-02-10repo_tree: Add chroma.cssRunxi Yu1-0/+1
2025-02-10handle_repo_tree: Syntax highlightingRunxi Yu1-1/+1
2025-02-10{category_,}index: Add headingRunxi Yu2-1/+7
2025-02-10*: project -> categoryRunxi Yu3-3/+3
2025-02-10category_index: Add a repo index for each categoryRunxi Yu1-0/+20
2025-02-10index: List categoriesRunxi Yu1-0/+20
2025-02-10repo_tree_{dir,file}: Fix body classRunxi Yu2-2/+2
2025-02-10repo_tree: Add anchors to entriesRunxi Yu1-1/+3
2025-02-10repo_tree: Display files tooRunxi Yu1-0/+15
2025-02-10repo_tree_dir: Fix path_specRunxi Yu1-1/+4
2025-02-10repo_index: Add / to directories in name listingsRunxi Yu1-1/+1
2025-02-10repo_index: Add anchors to filenames in the tree listingRunxi Yu1-1/+2
2025-02-10repo_tree: Initialize handler (copied over from index)Runxi Yu1-0/+40
2025-02-10repo_index: Use the first line of the commit messageRunxi Yu1-1/+1
2025-02-10reop_index.html, style.css: padding-wrapperRunxi Yu1-1/+8
2025-02-10repo_index: Add file listRunxi Yu1-0/+19
2025-02-09repo_index.html: Remove unnecessary whitespace in outputRunxi Yu1-14/+8
2025-02-09repo_index.html: Include external CSSRunxi Yu1-0/+1
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu2-0/+45
2025-02-05*: Basic web serverRunxi Yu1-0/+0