inaugust.com website
Go to file
Monty Taylor 17ffebf222 Add slides about checks api
Change-Id: I4a9e3e146d4a54d49c66eac9b8ef64bcb161948b
2019-11-16 11:05:32 -08:00
playbooks Use zuul-specific key for publication 2019-05-01 17:23:18 +00:00
src Add slides about checks api 2019-11-16 11:05:32 -08: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 OpenDev Migration Patch 2019-04-19 19:52:46 +00:00
.zuul.yaml Merge "Update node_version to version 10" 2019-05-01 19:32:27 +00:00
LICENSE Initial commit 2015-07-15 12:41:15 -07:00
README.rst Add zuul jobs to build and publish the website 2019-04-27 13:09:33 +00:00
bindep.txt Add empty bindep file 2019-04-28 21:39:21 +00:00
gulpfile.js Just use rsync for publishing 2019-04-28 20:07:10 +00:00
package.json Update git.inaugust.com references to opendev.org 2019-04-28 20:07:10 +00:00
yarn.lock Remove last vestiges of bower 2018-08-24 05:22:18 -04: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 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