I know, really bad title, but can’t come up with anything better.
I spent over an hour on this, I have content files that I’m using to hold the data, I don’t need actual content, I have my content/media
filled with md files such as:
---
draft: true
active: false
date: 2021-05-12T15:03:36-07:00
title: "Some title"
weight: 1
---
And for whatever reason it doesn’t get built out if I don’t have any text under the ---
, is there a reason for this? Or how can I force it to create a media directory?