Replies: 3 comments 2 replies
|
Hi @eerison, It depends on the integration model you want. If your immediate goal is just to have EmDash and your existing Astro blog running side by side, that is the easiest path. You do not need to make the whole site fully EmDash-native on day one. In practice, the first milestone is usually:
That gets you to a working "both systems run in the same app" state without forcing a full migration. After that, the right approach depends on the longer-term goal:
I have taken that kind of approach myself in So I would frame it this way:
I do not think there is one single guide that covers every "existing Astro app -> EmDash" scenario yet, because the right answer depends heavily on whether EmDash is being introduced as:
If it helps, a good next step for this discussion might be to document those integration paths separately, because each one implies a different amount of change. |
|
Hi @ahliweb
Thanks for "your" answer, but it's really an abstract answer. It doesn't help what part I should change to have this running side by side. |
|
At minimum, all that is needed is to install That enables the admin and collections. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello guys ,
Are there any article/doc that explains how make emdash work for a application that already exist?
What I'm trying to achieve. I have a astro blog, that uses markdown. And generate static files on build.
And I want to to integrate it with emdash.
For the first step I would like to know.
What changes, do I need to make, just to have EmDash and my blog running. I'm not asking how to make it full compatible. Just to have it running.
After that I will try to make integration based on blog template from emdash.
Edit: just to add more context, it's the blog: https://github.com/satnaing/astro-paper
All reactions