feat: programmatically generate open graph cards
This commit is contained in:
parent
e34ad2cb0e
commit
0b47dc7747
15 changed files with 144 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
date: '2023-02-06'
|
||||
title: 'Automating (and probably overengineering) my /now page'
|
||||
title: 'Automating (and probably overengineering) my now page'
|
||||
description: "omg.lol (where I point my domain) and host most of my site content recently launched support for /now pages."
|
||||
draft: false
|
||||
tags: ['automation', 'development', 'Next.js', 'JavaScript']
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
date: '2023-03-18'
|
||||
title: 'Building my /now page using Eleventy'
|
||||
title: 'Building my now page using Eleventy'
|
||||
description: "As part of my commitment to writing about things I've written in other frameworks in Eleventy, this is how I re-engineered my /now page in Eleventy."
|
||||
draft: false
|
||||
tags: ['Eleventy', 'JavaScript', 'Last.fm', 'Oku', 'Trakt', 'Letterboxd', 'API']
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
date: '2023-04-24'
|
||||
title: 'Talk: Building a /now page with Eleventy'
|
||||
title: 'Talk: Building a now page with Eleventy'
|
||||
description: "My talk from the Eleventy meetup about building my now page (you even get to see how much I resemble my avatar)."
|
||||
draft: false
|
||||
tags: ['Eleventy', 'JavaScript', 'automation']
|
||||
|
|
Reference in a new issue