Compare commits

..

1 Commits

Author SHA1 Message Date
Kevin C. Coram 24cf52e2e7
Add README file
First version includes documentation for getting started and a basic
explanation of the theme's organization.
2019-11-23 09:15:28 -05:00
1 changed files with 2 additions and 2 deletions

View File

@ -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 ../..
```