binyamin / eleventy-garden

:seedling: A starter site for building a mind garden with eleventy
https://eleventy-garden.netlify.app
MIT License
450 stars 48 forks source link

Need help with configuring 11ty-garden with an existing 11ty-ghost deployment. #37

Closed ronykris closed 3 years ago

ronykris commented 3 years ago

Describe the bug I need help to configure 11ty-garden within an existing 11ty-ghost deployment.

To Reproduce Nothing to reproduce as this is not a bug. But I do not know how to reach you.

Expected behavior

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information): Nothing to enter here.

Additional context Add any other context about the problem here. If there's a GitHub repo and/or live demo of the problem, please include link(s).

binyamin commented 3 years ago

I found a couple links which might help you.

You said that you already have an 11ty-ghost deployment. Are you already getting some content from ghost? How are the notes different?

binyamin commented 3 years ago

"But I do not know how to reach you." good point. I'll put a link somewhere. How about the wiki?

ronykris commented 3 years ago

I have a text sent out to you on twitter DM. So, I already have eleventy-ghost configured and getting content from Ghost. I now want to my md files with backlinks to show up under "notes" in eleventy.

binyamin commented 3 years ago

Got it. Did you check out the links I sent?

ronykris commented 3 years ago

I need the digital garden integrated to my existing 11ty site and for that I was hoping to use your template.

ronykris commented 3 years ago

official ghost starter for 11ty (https://github.com/TryGhost/eleventy-starter-ghost) This was what i followed to get 11ty-ghost configured. It does have info on integrating the 11ty-garden

ronykris commented 3 years ago

All I need is any thing that will read a markdown folder and parse the [[ links.

binyamin commented 3 years ago

@ronykris Maybe you missed what I said before. Did you look at the links I sent you? What questions did they not answer? (https://github.com/binyamin/eleventy-garden/issues/37#issuecomment-724752184)

Sholanki commented 3 years ago

@binyamin I was trying out the same thing. I went through the 3 links posted by you. I am trying to integrate digital garden by using your repo. The integration is successful, but I am unable to do the backlinks integration. Any help will be appreciated.

I have created 'notes' folder inside 'src' folder and 'notes.11tydata.js' inside notes folder where the backlinks functionality is present. I have put the backlinks.html file first in 'includes' folder, later in '_includes' folder and then in 'partials' folder. It did not seem to work

binyamin commented 3 years ago

@Sholanki sounds like you're doing it from scratch. Do you have an example repo for me?

binyamin commented 3 years ago

@ronykris @Sholanki As this issue is old, and it was a question as opposed to a bug/feature, I'm closing it. Feel free to start a discussion if either of you still need help.