Compare commits
1 Commits
3ae6ad8492
...
24cf52e2e7
Author | SHA1 | Date |
---|---|---|
Kevin C. Coram | 24cf52e2e7 |
|
@ -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.
|
instructions on how to install Hugo, create a site, and install a theme.
|
||||||
Installing the theme as a git submodule is the preferred way.
|
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
|
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
|
The theme includes an example site to give a quick way to see how the theme
|
||||||
looks and behaves.
|
looks and behaves.
|
||||||
|
|
||||||
```sh
|
```
|
||||||
cd exampleSite
|
cd exampleSite
|
||||||
hugo serve [ -D ] --themesDir ../..
|
hugo serve [ -D ] --themesDir ../..
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue