mirror of
				https://github.com/bspeice/speice.io
				synced 2025-11-03 18:10:32 -05:00 
			
		
		
		
	feat: switch to frontmatter
The intention is to build an RSS generator eventually
This commit is contained in:
		@ -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$
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user