summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2024-03-12 20:23:48 -0300
committerRoger Gonzalez <roger@rogs.me>2024-03-12 20:23:48 -0300
commitb1a18889a2af58252731c14ee7ee11bf9e157b8f (patch)
tree571dd38cdd33347151a3305087c636b98e19b4b3
parent0611fa6e7447afdb5880e2b210865a73f3e55cac (diff)
Added more personal projectsHEADmaster
-rw-r--r--config.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 82930b7..e3e224f 100644
--- a/config.toml
+++ b/config.toml
@@ -76,6 +76,24 @@ copyright = "© Roger Gonzalez"
gitlab = "https://gitlab.com/rogs/yams"
rogsgit = "https://git.rogs.me/yams.git/"
[[params.projects.personal]]
+ name = "subscleaner"
+ url = "https://pypi.org/project/subscleaner/"
+ description = "A Python script that removes advertisements from subtitle files."
+ rogsgit = "https://git.rogs.me/subscleaner.git/"
+ gitlab = "https://gitlab.com/rogs/subscleaner"
+ [[params.projects.personal]]
+ name = "ute_homeassistant_integration "
+ url = "https://github.com/rogsme/ute_homeassistant_integration"
+ description = "Home Assistant UTE (Administración Nacional de Usinas y Trasmisiones Eléctricas) component for Uruguay 🇺🇾"
+ github = "https://github.com/rogsme/ute_homeassistant_integration"
+ gitlab = "https://gitlab.com/rogs/ute_homeassistant_integration"
+ [[params.projects.personal]]
+ name = "ute-wrapper"
+ url = "https://pypi.org/project/ute-wrapper/"
+ description = "A convenient wrapper for interacting with the UTE (Administración Nacional de Usinas y Trasmisiones Eléctricas) API in Uruguay 🇺🇾"
+ rogsgit = "https://git.rogs.me/ute.git/"
+ gitlab = "https://gitlab.com/rogs/ute"
+ [[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."