feat: move all content to content dir

This commit is contained in:
Devin Haska 2024-02-01 21:27:55 -08:00
parent 8550a2d98b
commit 900377c334
5 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,10 @@
---
permalink: /posts/index.html
layout: "base"
---
{% for post in collections.posts %}
{{ post.fileSlug }}
{% endfor %}
Here are all my posts!

View file

@ -0,0 +1,5 @@
{
"layout": "base",
"tags": "posts",
"permalink": "posts/{{ page.fileSlug }}/index.html"
}

View file

@ -1,4 +0,0 @@
{
"layout": "base",
"tags": "posts"
}