update:info
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user