Skip to content

Commit

Permalink
fix: Run formatter to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsnoek committed Jun 29, 2024
1 parent 0971b7c commit f3d2489
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3d2489

Please sign in to comment.