feat: programmatically generate open graph cards

This commit is contained in:
Cory Dransfeldt 2023-12-13 14:41:46 -08:00
parent e34ad2cb0e
commit 0b47dc7747
No known key found for this signature in database
15 changed files with 144 additions and 35 deletions

View file

@ -1,6 +1,6 @@
---
date: '2013-09-04'
title: 'Arcade Fire - Reflektor 9/9/9'
title: 'Arcade Fire - Reflektor'
description: "This sample sounds promising. I can't wait to hear more from Reflektor on the 9th."
draft: false
tags: ['music']

View file

@ -1,6 +1,6 @@
---
date: '2017-03-19'
title: 'Installing HTTP/2 on Ubuntu 16.04 with virtual hosts'
title: 'Installing HTTP2 on Ubuntu 16.04 with virtual hosts'
description: "Now that HTTP/2 is fairly stable and widely available, I decided to try and install and run it on this server. I'm currently running the Ubuntu 16.04.2 LTS with virtual hosts configured, so I can serve a number of sites beyond this one. All the sites this server hosts are also served securely using certificates from LetsEncrypt."
draft: false
tags: ['Apache', 'development']

View file

@ -1,13 +0,0 @@
---
date: '2018-06-25'
title: 'AT&T buying web-based ad targeting company'
description: "AT&T controlling your internet connection, the media you use it to consume and the means to target ads at you based on those habits is truly a nightmare."
draft: false
tags: ['net neutrality', 'privacy']
---
AT&T controlling your internet connection, the media you use it to consume and the means to target ads at you based on those habits is truly a nightmare.<!-- excerpt -->
Run an adblocker. Run a VPN. Skip as much of their media as you can.
_[Via Ars Technica:](https://arstechnica.com/?p=1336343)_

View file

@ -1,15 +0,0 @@
---
date: '2018-11-13'
title: 'AT&T CEO criticizes disparate state net neutrality regulations after helping to dismantle unified, national rules'
description: 'AT&T CEO Randall Stephenson yesterday urged Congress to pass net neutrality and consumer data privacy laws that would prevent states from issuing their own stricter laws.'
draft: false
tags: ['politics', 'net neutrality']
---
**[Jon Brodkin:](https://arstechnica.com/?p=1410725)**
> "We've got a mess coming at us, literally states independently going out and designing their own privacy regulation," [Randall] Stephenson said. "How do you do business in a world where you have 50 different regulations and rules around privacy?"<!-- excerpt -->
If Stephenson was actually concerned about the impact of a fractured regulatory landscape on his company, he could have left existing net neutrality rules in place. Rather he and other telecoms elected to force through a roughshod repeal of national rules without any consideration of public opinion or possible consequences.
Any new national legislation backed by AT&T is likely to seriously disadvantage consumers and competitors and support net neutrality in name only.

View file

@ -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']

View file

@ -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']

View file

@ -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']