From 178f5ad1358b7c3e2275ff4340135ea4f8a9a629 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Wed, 15 Jul 2015 18:29:20 -0700 Subject: Added presentation framework. --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..15b2640 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +My Convention Presentations +=========================== + +If you're interested in my presentations, you can go look at them here: +https://krotscheck.github.io/presentations/ + + +Building your own presentations +------------------------------- + +If you would like to use this repository as a base from which to build your +own presentation website, you can clone the ``starter`` branch and work from +there. The following commands will get you started: + + // This will install miscellaneous runtime dependencies. + npm install + + // This will start a VERY basic presentation wizard. To modify the + // output, make changes in ./src/template/index.hbs + npm run new + + // This will create a local webhost, serving all of your presentations. + // It will autodetect changes and refresh any applicable pages. + npm run serve + + // This will construct your current presentations, and push them to + // gh-pages. + npm run release -- cgit v1.2.3