6 ms·
I've seen this blog on here a couple of times now. Does anyone know what it's built on (or if it's using a specific theme)?
by greyivy 5y ago
I've seen this blog on here a couple of times now. Does anyone know what it's built on (or if it's using a specific theme)?
- wcerfgba 5y agoI'm using GitHub Pages and Jekyll. I wrote the theme from almost-scratch, I think I started with a basic theme and then ripped out everything I didn't like, and then started building up again. Due to limitations on available Jekyll plugins on GH Pages, I wrote some particularly spicy Liquid templating to handle my automatic backlinks and site tree construction: https://github.com/wcerfgba/jpreston.xyz/blob/master/_includes/tree.html https://github.com/wcerfgba/jpreston.xyz/blob/master/_includ...
- greyivy 5y agoThanks so much for the insight!