inaugust.com website
Go to file
Monty Taylor 315e0e3aa4 Just use rsync for publishing
Change-Id: I86905e0bf9e0dd0fd27286ff06e7379743b768ef
2019-04-28 20:07:10 +00:00
playbooks Just use rsync for publishing 2019-04-28 20:07:10 +00:00
src Update test-the-future 2019-04-09 11:59:05 +00:00
.editorconfig Added presentation framework. 2015-07-29 21:52:37 -07:00
.gitignore Migrate away from bower 2018-08-23 22:45:03 -05:00
.gitreview Add .gitreview 2019-04-09 12:13:24 +00:00
.zuul.yaml Add zuul jobs to build and publish the website 2019-04-27 13:09:33 +00:00
gulpfile.js Just use rsync for publishing 2019-04-28 20:07:10 +00:00
LICENSE Initial commit 2015-07-15 12:41:15 -07:00
package.json Just use rsync for publishing 2019-04-28 20:07:10 +00:00
README.rst Add zuul jobs to build and publish the website 2019-04-27 13:09:33 +00:00
yarn.lock Remove last vestiges of bower 2018-08-24 05:22:18 -04:00

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 yarn.

The following commands will get you started:

::

# This will install miscellaneous runtime dependencies. yarn install

# This will create a local webhost, serving all of your presentations. # It will autodetect changes and refresh any applicable pages. yarn start

# This will build the content in the dist directory yarn run package