Use manifest exclusively on localhost to build static site with Svelte? #221
eballeste
started this conversation in
Feature request
Replies: 1 comment 1 reply
-
@eballeste Yes you can do that with SvelteKit using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am planning out a very small portfolio-like project and want to learn Svelte while using it as a static site generator.
I was thinking of using MD files to keep some sort of structure for the site's content but I just happened to find out about manifest.js as a backend service and now I'm wondering if I would be able to use manifest, exclusively on my localhost, in order to feed the Svelte build process to generate static files??? Does this sound far-fetched?
Has anybody done something like this?
Beta Was this translation helpful? Give feedback.
All reactions