mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
content: Correct the SourceHut repository URL
This commit is contained in:
@@ -71,7 +71,7 @@ echo "/public" >> .gitignore
|
||||
# commit and push code to main branch
|
||||
git add .
|
||||
git commit -m "Initial commit"
|
||||
git remote add origin https://git.sr.ht/~<YourUsername>/<YourUsername>.srht.site.git
|
||||
git remote add origin https://git.sr.ht/~<YourUsername>/<YourUsername>.srht.site
|
||||
git push -u origin main
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user