feat: update repo URL to repos.txeo.club/txeo/cv-site
Deploy CV Server / Pull and Restart (push) Failing after 0s
Test CV Site / Test on Go 1.25.1 (push) Failing after 0s

Migrate all user-facing links from GitHub to self-hosted Forgejo.
Go module imports unchanged (separate concern).
This commit is contained in:
juanatsap
2026-05-20 18:30:25 +01:00
parent 450ae2a738
commit 982257b4c1
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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)
---
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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)
---