1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-07-02 08:16:01 -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
+13 -8
View File
@@ -1,11 +1,16 @@
export const frontmatter = {
title: "I Made A Thing, Powered by Windows Me™",
date: "2020-06-06 10:05:23-0400",
description:
"Introducing the Y2K Sandbox: fully featured, fully isolated, on-demand Windows Millennium Edition® virtual machines.",
tags: ["Projects", "Nostalgia", "Windows", "Virtual Machines"],
image: "screenshot.png",
};
---
title: "I Made A Thing, Powered by Windows Me™"
date: "2020-06-06 10:05:23-0400"
description: >-
Introducing the Y2K Sandbox: fully featured, fully isolated, on-demand Windows
Millennium Edition® virtual machines.
tags:
- Projects
- Nostalgia
- Windows
- Virtual Machines
image: ./screenshot.png
---
A few months ago, I stumbled upon [my first website ever](https://jakejarvis.github.io/my-first-website/) on an old floppy disk. Despite the instant cringing, I [uploaded it](https://github.com/jakejarvis/my-first-website) to GitHub, [collected other iterations](/previously/), and made an [#awesome-list](https://github.com/jakejarvis/awesome-first-code) of others who were brave and/or shameless enough to do the same. But why not take that ~~one~~ 1,000 steps further?