From b1a18889a2af58252731c14ee7ee11bf9e157b8f Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 12 Mar 2024 20:23:48 -0300 Subject: Added more personal projects --- config.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config.toml b/config.toml index 82930b7..e3e224f 100644 --- a/config.toml +++ b/config.toml @@ -75,6 +75,24 @@ 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 = "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/" -- cgit v1.2.3