inaugust.com website
75854408b7
Let's do this fairly frequently, because let's be honest about how quickly they change. Maybe I should set up a periodic job to propose changes... Change-Id: Ib982d33c23ecf041349a0e8acc7c6ca5e6b6e311 |
||
---|---|---|
playbooks | ||
roles/netlify-publish | ||
src | ||
.editorconfig | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.prettierrc | ||
.zuul.yaml | ||
bindep.txt | ||
jsconfig.json | ||
LICENSE | ||
next.config.mjs | ||
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
This is a [Next.js](https://nextjs.org/) project bootstrapped with [create-next-app](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
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 dev
# This will build the content in the ``out`` directory
yarn build