fix: tag formatting

This commit is contained in:
Cory Dransfeldt 2023-04-14 20:03:16 -07:00
parent a1631b84a0
commit cb0573ae2d
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
title: 'Adding client side webmentions to my Next.js blog'
date: 2023-02-18
draft: false
tags: ['nextjs', 'react', 'web development', 'webmentions', 'indie web']
tags: ['next.js', 'react', 'web development', 'indie web']
---
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.