From 982257b4c1d031a03e44c4547f24d43473f90b31 Mon Sep 17 00:00:00 2001 From: juanatsap Date: Wed, 20 May 2026 18:30:25 +0100 Subject: [PATCH] feat: update repo URL to repos.txeo.club/txeo/cv-site Migrate all user-facing links from GitHub to self-hosted Forgejo. Go module imports unchanged (separate concern). --- README.md | 2 +- doc/03-API.md | 2 +- doc/07-CUSTOMIZATION.md | 2 +- doc/08-DEPLOYMENT.md | 6 +++--- doc/10-PRIVACY.md | 2 +- templates/partials/cv/page-footer.html | 2 +- templates/partials/modals/info-modal.html | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 384ea5f..7d5c69f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ If you want to explore the code or run it locally: \`\`\`bash # Download the code -git clone https://github.com/juanatsap/cv-site.git +git clone https://repos.txeo.club/txeo/cv-site.git cd cv-site # Option 1: Using Make - Development mode with hot reload (recommended) diff --git a/doc/03-API.md b/doc/03-API.md index 14dfd68..a66c3e9 100644 --- a/doc/03-API.md +++ b/doc/03-API.md @@ -2240,7 +2240,7 @@ go tool trace trace.out ### Support -**Issues:** [GitHub Issues](https://github.com/juanatsap/cv-site/issues) +**Issues:** [GitHub Issues](https://repos.txeo.club/txeo/cv-site/issues) **Email:** [juan.a.moreno.rubio@gmail.com](mailto:juan.a.moreno.rubio@gmail.com) --- diff --git a/doc/07-CUSTOMIZATION.md b/doc/07-CUSTOMIZATION.md index 06c44fd..192fab3 100644 --- a/doc/07-CUSTOMIZATION.md +++ b/doc/07-CUSTOMIZATION.md @@ -71,7 +71,7 @@ This CV/Resume application is designed to be easily customizable. You can adapt ```bash # 1. Clone or download the project -git clone https://github.com/juanatsap/cv-site.git my-cv +git clone https://repos.txeo.club/txeo/cv-site.git my-cv cd my-cv # 2. Edit your information diff --git a/doc/08-DEPLOYMENT.md b/doc/08-DEPLOYMENT.md index 6f2b81d..844c718 100644 --- a/doc/08-DEPLOYMENT.md +++ b/doc/08-DEPLOYMENT.md @@ -62,7 +62,7 @@ The fastest way to get started: ```bash # Clone repository -git clone https://github.com/juanatsap/cv-site.git +git clone https://repos.txeo.club/txeo/cv-site.git cd cv-site # Copy environment configuration @@ -110,7 +110,7 @@ chromium-browser --version ```bash # Clone repository cd /home/txeo/Git/yo -git clone https://github.com/juanatsap/cv-site.git cv +git clone https://repos.txeo.club/txeo/cv-site.git cv cd cv # Build production binary @@ -531,7 +531,7 @@ Build and run without services. ```bash # Clone repository -git clone https://github.com/juanatsap/cv-site.git +git clone https://repos.txeo.club/txeo/cv-site.git cd cv-site # Install dependencies diff --git a/doc/10-PRIVACY.md b/doc/10-PRIVACY.md index e1cc24a..f2462e1 100644 --- a/doc/10-PRIVACY.md +++ b/doc/10-PRIVACY.md @@ -60,7 +60,7 @@ This website does NOT require accounts, logins, or user registration. No persona If you have questions about this privacy policy or data handling: **Email:** Contact information available on the CV itself -**GitHub:** [https://github.com/juanatsap/cv-site](https://github.com/juanatsap/cv-site) +**GitHub:** [https://repos.txeo.club/txeo/cv-site](https://repos.txeo.club/txeo/cv-site) --- diff --git a/templates/partials/cv/page-footer.html b/templates/partials/cv/page-footer.html index 5865e6d..b72d92a 100644 --- a/templates/partials/cv/page-footer.html +++ b/templates/partials/cv/page-footer.html @@ -4,7 +4,7 @@ _="on mouseenter add .footer-hovered to me then call setFooterHover(true) on mouseleave remove .footer-hovered from me then call setFooterHover(false)">

- + {{.UI.Footer.ViewOnGithub}} diff --git a/templates/partials/modals/info-modal.html b/templates/partials/modals/info-modal.html index 9111e61..fd39ee9 100644 --- a/templates/partials/modals/info-modal.html +++ b/templates/partials/modals/info-modal.html @@ -42,7 +42,7 @@

{{.UI.InfoModal.ViewSourceSubtext}}

- + {{.UI.InfoModal.ViewSource}}