Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My goal
I'm wondering if it is possible to have this workflow?
File structure
. ├── content └── post ├── 2024-10-28--post-1 │ ├── hero.jpg │ └── index.mdoc ├── 2024-10-29--post-2 │ ├── 3.png │ ├── 2.png │ ├── hero.jpg │ └── index.mdoc └── 2024-9-30--post-3 └── index.mdoc
Entry Frontmatter
Public URL of entry when deployed
Beta Was this translation helpful? Give feedback.
All reactions