This commit is contained in:
Ronmi Ren 2025-01-06 10:08:17 +08:00
commit b732e9d7d4
10 changed files with 783 additions and 0 deletions

11
main.go Normal file
View file

@ -0,0 +1,11 @@
/*
Copyright © 2025 Ronmi Ren <ronmi.ren@gmail.com
*/
package main
import "git.ronmi.tw/ronmi/forgejo-pages/cmd"
func main() {
cmd.Execute()
}