
This builds and works and cleans up a few things. We're also migrating to material ui - but not very deeply yet. No clue what we're going to do with the talks and blog posts yet. The real question is - do I care about those at this point? I think I'd like to use this as a playground a bit, make some of the CSS style sections into components. Maybe make all of this a bit more dynamic or something. But for now, this gets me a something. Change-Id: I455bb3fbf9d7473e8f7bcf639b2254ffe0917a32
803 B
803 B
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