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
@@ -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>