inaugust.com website
Go to file
Monty Taylor b87f3b387f
Fix code-block typos
2017-10-18 13:34:23 +02:00
src Fix code-block typos 2017-10-18 13:34:23 +02:00
.editorconfig Added presentation framework. 2015-07-29 21:52:37 -07:00
.gitignore Added gh-pages invocation for release 2015-07-31 10:01:15 +10:00
LICENSE Initial commit 2015-07-15 12:41:15 -07:00
README.rst Fix up README instructtions 2015-09-22 16:47:06 -05:00
bower.json Move talks down a level 2015-08-01 01:18:29 +10:00
gulpfile.js Add javascript to publish the keybase file 2017-04-02 12:19:59 -05:00
package.json Make layout of posts templated 2015-08-01 11:49:35 +10:00

README.rst

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 start

# This will construct your current presentations, and rsync them npm run release