1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 22:14:28 -04:00

restore YAML frontmatter

This commit is contained in:
2025-03-16 15:35:01 -04:00
parent 99ec01de0a
commit 2b4a86a900
27 changed files with 385 additions and 193 deletions
+14 -8
View File
@@ -1,11 +1,17 @@
export const frontmatter = {
title: "Revenge of the JavaScript: Moving from Hugo to Next.js",
date: "2022-04-07 10:53:33-0400",
description:
"The next chapter in this website's history of overengineering, from static HTML with Hugo to React everywhere with Next.js.",
tags: ["React", "JavaScript", "Next.js", "Hugo", "Meta"],
image: "web-vitals.png",
};
---
title: "Revenge of the JavaScript: Moving from Hugo to Next.js"
date: "2022-04-07 10:53:33-0400"
description: >-
The next chapter in this website's history of overengineering, from static
HTML with Hugo to React everywhere with Next.js.
tags:
- React
- JavaScript
- Next.js
- Hugo
- Meta
image: ./web-vitals.png
---
![Pull Request #711](./pr.png)