Testing a documentation site
This is a quick prototype of a site using GitHub Pages and GatsbyJS to demonstrate image embeds in a page. You're currently located on the front page of https://johncschuster.github.io/docsTest/
.
The repo itself for the content can be found here:
https://github.com/johncschuster/docsTest
Well, dear reader, I'm glad you asked.
Images can be stored in the repo itself, and we can embed them in these articles using their relative paths; very handy for the inevitable move to NewDot.
For example, the headshot below is stored in the folder /assets/images/
.
That makes the relative path of the file /assets/images/2017_John_Schuster.jpg
. Using ![alt text for image](/assets/images/filename.jpg)
we can embed the image right in the article like so! ⬇️