inaugust.com website
Go to file
Monty Taylor adda444af0 Flow javascript_content_dir in to the playbook
We set a job variable to indicate where the site is generated.
Maybe let's use it?

Change-Id: I59441c6e4b431a394cec61e984bddc447bbdb572
2024-01-23 16:29:02 -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
LICENSE Initial commit 2015-07-15 12:41:15 -07:00
README.rst Migrate to next.js 2024-01-22 13:29:45 -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
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
yarn.lock Migrate to next.js 2024-01-22 13:29:45 -08: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

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