index
:
forge.git
hare
master
native-go-git-transports
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
go.mod: Bump dependencies
Runxi Yu
2025-02-11
2
-47
/
+44
|
*
repo_index: Link to repo log
Runxi Yu
2025-02-11
2
-1
/
+2
|
*
_{head,footer}.html: Add underscore to indicate that it's partial
Runxi Yu
2025-02-11
2
-0
/
+0
|
*
repo_log: Add a log
Runxi Yu
2025-02-11
5
-10
/
+115
|
*
repo_{raw,tree}: Redirect if visiting file but path_spec ends with slash
Runxi Yu
2025-02-11
2
-0
/
+8
|
*
repo_tree: Add link to raw
Runxi Yu
2025-02-11
1
-1
/
+1
|
*
repo_raw: Serve raw files
Runxi Yu
2025-02-11
3
-0
/
+118
|
*
group_{index,repos}: Rename files too
Runxi Yu
2025-02-11
2
-0
/
+0
|
*
git_misc: Don't return error on repos with fewer than 3 commits
Runxi Yu
2025-02-11
1
-1
/
+4
|
*
*.go: Reformat
Runxi Yu
2025-02-11
2
-5
/
+5
|
*
.editorconfig: Init
Runxi Yu
2025-02-11
1
-0
/
+24
|
*
style.css: Make links brighter in dark mode
Runxi Yu
2025-02-11
1
-1
/
+1
|
*
chroma.css: Add dark theme
Runxi Yu
2025-02-11
1
-68
/
+147
|
*
style.css: Add dark theme
Runxi Yu
2025-02-11
1
-0
/
+17
|
*
style.css: Padding in px, not rem
Runxi Yu
2025-02-11
1
-2
/
+2
|
*
style.css: Increase max-width
Runxi Yu
2025-02-11
1
-1
/
+1
|
*
repo_tree: Fix panic on empty pathspec
Runxi Yu
2025-02-11
1
-1
/
+1
|
*
README.md: Spelling
Runxi Yu
2025-02-11
1
-2
/
+2
|
*
README.md: Break long line
Runxi Yu
2025-02-11
1
-1
/
+3
|
*
style.css, *.html: Lighthouse accessibility
Runxi Yu
2025-02-10
6
-6
/
+6
|
*
index: Categories -> groups again
Runxi Yu
2025-02-10
2
-7
/
+7
|
*
render_readme: Use GitHub-flavored markdown
Runxi Yu
2025-02-10
1
-1
/
+9
|
*
README.md: Port things from the website
Runxi Yu
2025-02-10
1
-2
/
+28
|
*
*.html.tmpl: Rename from *.html
Runxi Yu
2025-02-10
7
-0
/
+0
|
*
footer.html: Add link to Lindenii Forge
Runxi Yu
2025-02-10
7
-3
/
+34
|
*
main: Prefix group names with /g/
Runxi Yu
2025-02-10
2
-4
/
+4
|
*
*: category -> group
Runxi Yu
2025-02-10
9
-23
/
+23
|
*
resources: Serve source and static properly
Runxi Yu
2025-02-10
2
-1
/
+18
|
|
|
|
... except that it won't run because of URL conflicts for now
*
template_funcs: base_name should use path, not filepath
Runxi Yu
2025-02-10
1
-2
/
+2
|
*
repo_tree: Fix URL and anchor issues
Runxi Yu
2025-02-10
5
-40
/
+64
|
*
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
|
|
|
|
|
I tried to define a base.html and extend it from there, but Go's templating system doesn't support that.
*
*.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
|
[next]