summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-07-28 17:07:43 -0300
committerRoger Gonzalez <roger@rogs.me>2023-07-28 17:07:43 -0300
commitca7e78a8f09b65447d375726aeec9e22bebe5e05 (patch)
tree4ce3c2ac7bf7322c1d734012c07dcbb82f893571
parent9d04049a01356889974652393e2bb461d60fb63b (diff)
Added "The Infinite Website" as a project
-rw-r--r--config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 9c2a191..75e5f40 100644
--- a/config.toml
+++ b/config.toml
@@ -75,6 +75,12 @@ copyright = "© Roger Gonzalez"
description = "A higly opinionated media server"
gitlab = "https://gitlab.com/rogs/yams"
rogsgit = "https://git.rogs.me/yams.git/"
+ [[params.projects.personal]]
+ name = "The Infinite Website"
+ url = "https://theinfinitewebsite.com/"
+ description = "A web application that dynamically generates HTML on runtime using ChatGPT and serves it in an async Flask application."
+ gitlab = "https://gitlab.com/rogs/the-infinite-website"
+ rogsgit = "https://git.rogs.me/the-infinite-website.git/"
[[params.projects.work]]
name = "Certn - Workday integration"