This site is my personal home on the web. I write about stuff, I link to other stuff, and I showcase stuff I've done/built/designed. It's purely personal in nature and does not necessarily reflect the views of my employer, my family, my community, or anyone else besides me. It's just where I share things I've built, written, or done.
It lives here: joelglovier.com
I've been working on this site in various forms since around 2005. Initially it was just a customized Blogger page for a few years. Then, I designed and built the first version around 2008 after teaching myself to write HTML and CSS (and eventually some shoddy PHP). I launched the first version sometime around 2009. Ever since, I've been redesigning every few years. I've republished the older verions as repo dumps and GH pages just for fun and posterity.
git clone https://github.com/jglovier/jglovier.github.io.git
bundle install
bundle exec jekyll serve
http://localhost:4000
This project currently is a static hosted site on Netlify, built with Jekyll (static site gen), and from time to time needs basic maintenance. Some things to keep an eye on:
bundle update
from the command line, pushing to a new branch, and merge it into main
.Feel free to inspect the code structure, and reuse what is appropriate. But please respect that the files in the following directories are Copyright Joel Andrew Glovier. You may not reuse anything therein without my written permission:
All other directories and files are MIT Licensed (where applicable).