From 816c90235ed3393b72fc2344457a105971049b5b Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 1 Aug 2015 03:26:45 +1000 Subject: Updated README --- README.md | 34 ---------------------------------- README.rst | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 34 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 62b6c6a..0000000 --- a/README.md +++ /dev/null @@ -1,34 +0,0 @@ -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. First, you will need node and npm. - - // On ubuntu: - apt-get install nodejs nodejs-legacy npm - - -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 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e7d40b6 --- /dev/null +++ b/README.rst @@ -0,0 +1,25 @@ +My website, blog posts and conference talks +=========================================== + +If you're interested in my presentations, you can go look at them here: +http://inaugust.com/talks + +Building +-------- + +First, you will need node and npm. +:: + + apt-get install nodejs nodejs-legacy npm + +The following commands will get you started: +:: + # This will install miscellaneous runtime dependencies. + npm install + + # 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 rsync them + npm run release -- cgit v1.2.3