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).
This commit is contained in:
@@ -147,7 +147,7 @@ If you want to explore the code or run it locally:
|
|||||||
|
|
||||||
\`\`\`bash
|
\`\`\`bash
|
||||||
# Download the code
|
# 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
|
cd cv-site
|
||||||
|
|
||||||
# Option 1: Using Make - Development mode with hot reload (recommended)
|
# Option 1: Using Make - Development mode with hot reload (recommended)
|
||||||
|
|||||||
+1
-1
@@ -2240,7 +2240,7 @@ go tool trace trace.out
|
|||||||
|
|
||||||
### Support
|
### 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)
|
**Email:** [juan.a.moreno.rubio@gmail.com](mailto:juan.a.moreno.rubio@gmail.com)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ This CV/Resume application is designed to be easily customizable. You can adapt
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone or download the project
|
# 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
|
cd my-cv
|
||||||
|
|
||||||
# 2. Edit your information
|
# 2. Edit your information
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ The fastest way to get started:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://github.com/juanatsap/cv-site.git
|
git clone https://repos.txeo.club/txeo/cv-site.git
|
||||||
cd cv-site
|
cd cv-site
|
||||||
|
|
||||||
# Copy environment configuration
|
# Copy environment configuration
|
||||||
@@ -110,7 +110,7 @@ chromium-browser --version
|
|||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
cd /home/txeo/Git/yo
|
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
|
cd cv
|
||||||
|
|
||||||
# Build production binary
|
# Build production binary
|
||||||
@@ -531,7 +531,7 @@ Build and run without services.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://github.com/juanatsap/cv-site.git
|
git clone https://repos.txeo.club/txeo/cv-site.git
|
||||||
cd cv-site
|
cd cv-site
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|||||||
+1
-1
@@ -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:
|
If you have questions about this privacy policy or data handling:
|
||||||
|
|
||||||
**Email:** Contact information available on the CV itself
|
**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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
_="on mouseenter add .footer-hovered to me then call setFooterHover(true)
|
_="on mouseenter add .footer-hovered to me then call setFooterHover(true)
|
||||||
on mouseleave remove .footer-hovered from me then call setFooterHover(false)">
|
on mouseleave remove .footer-hovered from me then call setFooterHover(false)">
|
||||||
<p style="text-align: center; margin-bottom: 0.5rem;">
|
<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>
|
<iconify-icon icon="mdi:github" width="20" height="20"></iconify-icon>
|
||||||
{{.UI.Footer.ViewOnGithub}}
|
{{.UI.Footer.ViewOnGithub}}
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="info-modal-github-subtext">{{.UI.InfoModal.ViewSourceSubtext}}</p>
|
<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>
|
<iconify-icon icon="mdi:github" width="24" height="24"></iconify-icon>
|
||||||
<span>{{.UI.InfoModal.ViewSource}}</span>
|
<span>{{.UI.InfoModal.ViewSource}}</span>
|
||||||
<iconify-icon icon="mdi:arrow-right" width="20" height="20"></iconify-icon>
|
<iconify-icon icon="mdi:arrow-right" width="20" height="20"></iconify-icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user