Use submodule instead of clone for theme in example

This commit is contained in:
Josh Dzielak 2018-06-20 16:43:23 +02:00 committed by GitHub
parent f44678a566
commit 78a10ec2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ Change into the directory of the new site:
$ cd my-presentation
```
Clone the reveal-hugo theme into the themes directory:
Add the reveal-hugo theme as a submodule in the themes directory:
```shell
$ git clone git@github.com:dzello/reveal-hugo.git themes/reveal-hugo
$ git submodule add git@github.com:dzello/reveal-hugo.git themes/reveal-hugo
```
Open `config.toml` and add the following contents: