feat: switch to frontmatter

The intention is to build an RSS generator eventually
This commit is contained in:
2023-05-12 11:04:55 +00:00
parent 65d58c7f7d
commit 8e1c7725c1
6 changed files with 132 additions and 54 deletions

View File

@ -1,9 +1,11 @@
---
title: "Global Memory Usage: The Whole World"
description: Static considered slightly less harmful.
published: 2019-02-05
---
import Blog from "../../LayoutBlog";
export default Blog({
title: "Global Memory Usage: The Whole World",
description: "Static considered slightly less harmful.",
published: "2019-02-05",
});
export default Blog(frontmatter);
$m_at^h$