inaugust.com website
Go to file
Monty Taylor fe6efcd0f8 Split Open Source and Non-Profit
Change-Id: I3940c6a782628b7410c4f613627dda82592cc6da
2021-01-25 17:10:24 -06:00
playbooks Add job for publishing to netlify 2020-07-30 18:10:53 -05:00
roles/netlify-publish Set netlify_publish_skip_upload to false in defaults 2020-07-31 15:37:01 -05:00
src Split Open Source and Non-Profit 2021-01-25 17:10:24 -06: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 Add pass-to-parent flag to netlify job 2020-07-31 10:55:06 -05: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 Add netlify-cli to dev depends 2020-07-12 08:54:12 -05:00
yarn.lock Add netlify-cli to dev depends 2020-07-12 08:54:12 -05: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