From f3d2489cc21b994187623a1f362b5329924051a8 Mon Sep 17 00:00:00 2001 From: Zach Snoek Date: Sat, 29 Jun 2024 16:31:03 +0000 Subject: [PATCH] fix: Run formatter to fix build. --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c43394a..2596d5f 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,26 @@ Welcome! This is the repository for my [personal website and blog](https://www.z I rebuilt the current version of my site from scratch in 2022, and it allowed me to: -* Learn Next.js and how to use it for SSG -* Solidify my CSS skills by building components with styled-components -* Create interactive blog posts by using MDX to add React components to posts -* Add dynamic Open Graph preview images to my posts by using Cloudinary +- Learn Next.js and how to use it for SSG +- Solidify my CSS skills by building components with styled-components +- Create interactive blog posts by using MDX to add React components to posts +- Add dynamic Open Graph preview images to my posts by using Cloudinary ## Tools and technologies used My site uses the following languages, tools, and technologies: -* Next.js (for SSG) -* TypeScript -* styled-components -* Reach UI (for building accessible components) -* MDX (for adding JSX in blog posts) -* Cloudinary (for dynamically generating Open Graph images) -* GoatCounter (for analytics) -* Mirrorful (for theming) -* lint-staged and husky (for enforcing Conventional Commits) -* Netlify -* MailChimp +- Next.js (for SSG) +- TypeScript +- styled-components +- Reach UI (for building accessible components) +- MDX (for adding JSX in blog posts) +- Cloudinary (for dynamically generating Open Graph images) +- GoatCounter (for analytics) +- Mirrorful (for theming) +- lint-staged and husky (for enforcing Conventional Commits) +- Netlify +- MailChimp ## Running locally