mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-15 02:04:02 +00:00
docs: Fix git clone for hugo_theme_robust in quickstart guide
This commit is contained in:
parent
ac938d9da7
commit
9aa70af1a3
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ $ mkdir themes && cd themes
|
||||||
Now, you can clone one or more themes inside the `themes` directory. We will use robust theme.
|
Now, you can clone one or more themes inside the `themes` directory. We will use robust theme.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone git@github.com:dim0627/hugo_theme_robust.git
|
$ git clone https://github.com/dim0627/hugo_theme_robust.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Leave the themes folder
|
Leave the themes folder
|
||||||
|
|
Loading…
Reference in a new issue