From e44093d0a378c041835eb8a00560812d1892ae7b Mon Sep 17 00:00:00 2001 From: dzello Date: Mon, 30 Apr 2018 00:38:42 -0700 Subject: [PATCH] Add contribution section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 90afd74..ffdd2a1 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,12 @@ Fragments are a Reveal.js concept that lets you introduce content into each slid These settings go in `config.toml`: - `params.reveal_theme`: The Reveal.js theme used, defaults to "black" + +# Contributing + +Contributions are very welcome. To run the example site in this respository locally, clone this repository and run: + +```shell +hugo server -s exampleSite -d ../public --themesDir '../' --theme '.' +``` +