chore: update tags

This commit is contained in:
Cory Dransfeldt 2023-06-24 13:53:47 -07:00
parent 7adc2f2005
commit ea307246c1
No known key found for this signature in database
8 changed files with 13 additions and 11 deletions

View file

@ -2,7 +2,7 @@
date: '2023-02-18'
title: 'Adding client side webmentions to my Next.js blog'
draft: false
tags: ['Next.js', 'React', 'development', 'indie web']
tags: ['Next.js', 'React', 'development', 'indie web', 'API']
---
The latest iteration of my website is built on [Next.js](https://nextjs.org), specifically [Timothy Lin](https://github.com/timlrx)'s wonderful [Tailwind/Next.js starter blog.](https://github.com/timlrx/tailwind-nextjs-starter-blog).<!-- excerpt --> I've modified it quite a bit, altering the color scheme, dropping components like analytics, comments and a few others while also building out some new pages (like my [now page](https://coryd.dev/now)). As part of this process I wanted to add support for webmentions to the template, integrating mentions from Mastodon, Medium.com and other available sources.