Update README.md

This commit is contained in:
Josh Dzielak
2019-04-06 00:37:35 +02:00
committed by GitHub
parent b498fd8703
commit 0e0ec48a81
+9 -3
View File
@@ -64,19 +64,25 @@ You should be able to complete this section with no prior knowledge of Hugo or R
To start, [install Hugo](https://gohugo.io/) and create a new Hugo site: To start, [install Hugo](https://gohugo.io/) and create a new Hugo site:
```shell ```shell
$ hugo new site my-presentation hugo new site my-presentation
``` ```
Change into the directory of the new site: Change into the directory of the new site:
```shell ```shell
$ cd my-presentation cd my-presentation
```
Initialize a git repository:
```shell
git init
``` ```
Add the reveal-hugo theme as a submodule in the themes directory: Add the reveal-hugo theme as a submodule in the themes directory:
```shell ```shell
$ git submodule add 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: Open `config.toml` and add the following contents: