binnyva / gatsby-garden

A Digital Garden Theme for Gatsby. Gatsby Garden lets you create a static HTML version of your markdown notes
MIT License
146 stars 41 forks source link

add local-image support with gatsby-remark-images #40

Closed chrisberry-io closed 2 years ago

chrisberry-io commented 2 years ago

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.

binnyva commented 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:

chrisberry-io commented 2 years ago

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!