update:info

This commit is contained in:
2026-08-28 18:19:51 +09:00
parent 26b796c5a8
commit f219562c2b
4 changed files with 21 additions and 8 deletions

View File

@@ -12,6 +12,16 @@ type Project struct {
}
var AllProjects = []Project{
{
Url: "https://kokopi.dev",
Name: "kokopi.dev",
Description: "Technical and Personal Blog Site",
HostedOn: "Home Server",
LinkGitea: "",
LinkGithub: "",
TechTags: []string{"golang", "templ", "htmx", "tailwindcss", "postgresql", "tailscale"},
IsWIP: false,
},
{
Url: "https://derrickgee.dev/projects/support-ticket-demo",
Name: "Support Ticket System",