Move posts to separate folder, update URLs to use slugs
This commit is contained in:
14
src/posts/hello-world.md
Normal file
14
src/posts/hello-world.md
Normal 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!
|
||||
Reference in New Issue
Block a user