UNStats / gatsby-themes

Gatsby themes for @UNDataForum websites.
https://mockup.undataforum.vercel.app
5 stars 2 forks source link

Consolidate contentPath and assetPath in blog theme #558

Closed maiertech closed 3 years ago

maiertech commented 4 years ago

contentPath and assetPath artificially separate what belongs together: posts and their assets. Moving forward each post is in a sub-folder whose name represents a post ID. The actual post should be located in index.mdx and any assets are located in the same folder.

maiertech commented 3 years ago

Done in #567.