File bundles (aka datasets) i.e. having README plus data files in one directory #1045
Unanswered
rufuspollock
asked this question in
Ideas
Replies: 0 comments
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.
-
When I create a dataset or a data story I want to be able to have data files (e.g. xls, csv etc) (and images) next to the content preferably in one folder so that I my material is all together
Issue: nextjs needs static content moved into the public folder ...
Aside: and using nextjs image system for markdown images also seems to need some work
Inspiration: Hugo has bundles which are essentially a directory with the text and other files all in one place.
Research
Idea:
/content/
e.g./content/my-data-story/
getStaticData
copy all non-markdown content to/public/_files/my-data-story/
Beta Was this translation helpful? Give feedback.
All reactions