inaugust.com website
315e0e3aa4
Change-Id: I86905e0bf9e0dd0fd27286ff06e7379743b768ef |
||
---|---|---|
playbooks | ||
src | ||
.editorconfig | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
gulpfile.js | ||
LICENSE | ||
package.json | ||
README.rst | ||
yarn.lock |
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