Closed chrisberry-io closed 2 years ago
Thanks a lot! I'm very impressed by the simplicity of your solution!
Are you using Gatsby Garden to create a digital garden for yourself? If so, can you send me the URL(if its public)? I like to see my work in use :smiley:
Yeah, I have mine live at garden.chrisberry.io. I've tweaked the design. It's still a work in progress but in the spirit of a digital garden, I'm not waiting until it is perfect before publishing.
Thanks for creating it!
This addresses issue #26
gatsby-remark-images processes local images and copies them to the "static" directory at build time.
It's worth noting that image links should use standard markdown syntax (
![alt text](path)
) and not wiki-links.