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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user