Move posts to separate folder, update URLs to use slugs

This commit is contained in:
Cassidy Williams
2022-08-26 00:36:03 -05:00
parent 463ee505e8
commit 32425613cd
32 changed files with 53 additions and 59 deletions

14
src/posts/hello-world.md Normal file
View File

@@ -0,0 +1,14 @@
---
layout: "../layouts/BlogPost.astro"
title: "Hello, world"
slug: hello-world
description: "Lorem ipsum dolor sit amet"
added: "Aug 08 2022"
tags: [meta, technical]
---
I decided to make my own little blog, but... more like the concept of a [digital garden](https://maggieappleton.com/garden-history). Sometimes I might update this a lot, sometimes I might not.
I want to have a space where I can write anything, not have it be confined to tech things, and not worry about it being particularly polished. That's what this is!
I built this in Astro, I pulled in some posts from blogs past, and... here we gooo!