Compare commits
1 Commits
24cf52e2e7
...
3ae6ad8492
Author | SHA1 | Date |
---|---|---|
Kevin C. Coram | 3ae6ad8492 |
|
@ -12,7 +12,7 @@ Follow the [Hugo Quickstart](https://gohugo.io/getting-started/quick-start/)
|
|||
instructions on how to install Hugo, create a site, and install a theme.
|
||||
Installing the theme as a git submodule is the preferred way.
|
||||
|
||||
```
|
||||
```sh
|
||||
git add submodule https://git.thecorams.net/kevin/basic-theme.git themes/basic-theme
|
||||
```
|
||||
|
||||
|
@ -21,7 +21,7 @@ git add submodule https://git.thecorams.net/kevin/basic-theme.git themes/basic-t
|
|||
The theme includes an example site to give a quick way to see how the theme
|
||||
looks and behaves.
|
||||
|
||||
```
|
||||
```sh
|
||||
cd exampleSite
|
||||
hugo serve [ -D ] --themesDir ../..
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue