Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Build Notes

bash
mkdir alanwsmith.com
cd alanwsmith.com
npx create-next-app .
npm install --save @netlify/plugin-nextjs
npm install --save gray-matter
npm install --save mdx-bundler esbuild
npm install prismjs
npm install -D tailwindcss@latest postcss@latest autoprefixer@latest

setup : postcss.config.js setup : tailwind.config.js

NOTE : I don't think I need gray - matter. It looks like mdx - bunder might provide frontmatter