About Me<!-- --> | <!-- -->IORoot
logo
IORoot

Hello there!

I'm Andy. This is my, throw it here because I should list everything somewhere, website. This site is built with gatsby and netlify, all for free.

All of the site posts and projects are in a github repository, here: IORoot/blog

How the site gets content

There is a github action within that repository that, using the github api, gets a list of all of my repositories, visits each one, pulls the /README.md file, adds some frontmatter to the top and re-commits them all back into the blog repo. Gatsby then reads the repository.

Github Actions