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
@@ -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)
+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)
---
+1 -1
View File
@@ -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)">
<p style="text-align: center; margin-bottom: 0.5rem;">
<a href="https://github.com/juanatsap/cv-site" target="_blank" rel="noopener noreferrer" class="github-repo-link" style="text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;">
<a href="https://repos.txeo.club/txeo/cv-site" target="_blank" rel="noopener noreferrer" class="github-repo-link" style="text-decoration: none; display: inline-flex; align-items: center; gap: 0.5rem;">
<iconify-icon icon="mdi:github" width="20" height="20"></iconify-icon>
{{.UI.Footer.ViewOnGithub}}
</a>
+1 -1
View File
@@ -42,7 +42,7 @@
</div>
<p class="info-modal-github-subtext">{{.UI.InfoModal.ViewSourceSubtext}}</p>
<a href="https://github.com/juanatsap/cv-site" target="_blank" rel="noopener noreferrer" class="info-modal-github">
<a href="https://repos.txeo.club/txeo/cv-site" target="_blank" rel="noopener noreferrer" class="info-modal-github">
<iconify-icon icon="mdi:github" width="24" height="24"></iconify-icon>
<span>{{.UI.InfoModal.ViewSource}}</span>
<iconify-icon icon="mdi:arrow-right" width="20" height="20"></iconify-icon>