Adding Images
Up until now, I didn’t have the capability to use images to this blog unless I added them manually to the file system or hosted them elsewhere. I finally added a upload image option to my admin panel. Images are stored in google cloud and I get a url for each one to be used in posts.
It’s a small thing, but it’s a capability that I’ve wanted to add for a while but never got around to. It feels good to check it off the list.
– Update July 2020 —
Since converting to a static jekyll site this functionality has been removed and I’m putting images in an assets folder again.
Advertisement