inaugust.com website
Go to file
Monty Taylor 75854408b7 Update javascript dependencies
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
2024-02-02 15:32:27 -08:00
playbooks Flow javascript_content_dir in to the playbook 2024-01-23 16:29:02 -08:00
roles/netlify-publish Set netlify_publish_skip_upload to false in defaults 2020-07-31 15:37:01 -05:00
src Migrate to next.js 2024-01-22 13:29:45 -08:00
.editorconfig Added presentation framework. 2015-07-29 21:52:37 -07:00
.eslintrc.json Migrate to next.js 2024-01-22 13:29:45 -08:00
.gitignore Migrate to next.js 2024-01-22 13:29:45 -08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:52:46 +00:00
.prettierrc Migrate to next.js 2024-01-22 13:29:45 -08:00
.zuul.yaml Re-add website publication 2024-01-23 14:05:31 -08:00
bindep.txt Add empty bindep file 2019-04-28 21:39:21 +00:00
jsconfig.json Migrate to next.js 2024-01-22 13:29:45 -08:00
LICENSE Initial commit 2015-07-15 12:41:15 -07:00
next.config.mjs Migrate to next.js 2024-01-22 13:29:45 -08:00
package.json Update prettier trigger to skip old stuff 2024-01-23 15:30:35 -08:00
README.rst Update README to make code formatting wortk 2024-01-23 16:29:02 -08:00
yarn.lock Update javascript dependencies 2024-02-02 15:32:27 -08: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

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