diff --git a/README.md b/README.md index 0fec732..5f1a610 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ $ hugo server -t reveal-hugo Navigate to [http://localhost:1313/](http://localhost:1313/) and you should see your Reveal.js presentation. +![New site with reveal-hugo](/images/reveal-hugo-hello-world.png) + ### Presentation structure To create the default presentation (the one that will live at the site root), the theme will look for a `content/_index.md` file and any pages that have a type of `home`. That means they're in a `home` directory in the `content` folder OR the type is manually set to `home` in the front matter. diff --git a/images/reveal-hugo-hello-world.png b/images/reveal-hugo-hello-world.png new file mode 100644 index 0000000..10d9901 Binary files /dev/null and b/images/reveal-hugo-hello-world.png differ