Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use build-time fs paths for inline content embedding #404

Open
s-light opened this issue Jul 16, 2024 · 0 comments
Open

use build-time fs paths for inline content embedding #404

s-light opened this issue Jul 16, 2024 · 0 comments

Comments

@s-light
Copy link

s-light commented Jul 16, 2024

i would like to build a static single file that recursively includes the markdown files from sub-directories.
and would like to have these includes generated dynamically during build time from the available sub-folders.
i found these infos on routes
but think that this is not really what i want..
with this i could only generate a list of the pages that i want to get included....

i think i need more a boot-file that gets run on the ssg build to gather all my sub-files and file-names and give this information to my main-entry-file.
there i could use this tree / list to somehow include the md files with the classic v-for..
i like and know quasar - so would like to use it ;-)
any idea how / if this makes sense / is supported in some way with the quasar-app-extension-ssg package?

sunny greetings
stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant