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:
@@ -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
|
||||
---
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user