mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
update remote URL README
This commit is contained in:
parent
f5ce22ea64
commit
56c3889871
1 changed files with 2 additions and 2 deletions
|
@ -57,13 +57,13 @@ See [issue #210](https://github.com/victoriadrake/hugo-theme-introduction/issues
|
|||
Run from the root of your Hugo site:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
||||
git clone https://gitea.adityakumar.xyz/aditya/hugo-theme-introduction.git themes/introduction
|
||||
```
|
||||
|
||||
Alternatively, you can include this repository as a [git submodule](https://git-scm.com/docs/gitsubmodules). This makes it easier to update this theme if you have your Hugo site in git as well:
|
||||
|
||||
```sh
|
||||
git submodule add https://github.com/victoriadrake/hugo-theme-introduction.git themes/introduction
|
||||
git submodule add https://gitea.adityakumar.xyz/aditya/hugo-theme-introduction.git themes/introduction
|
||||
```
|
||||
|
||||
## Preview the theme
|
||||
|
|
Loading…
Reference in a new issue