This is my personal and programming blog.
Go to file
Matthew Binning c1996c83a0 style: Simplify CSS
This simplifies the styling of the website. This was desirable becomes images and text on posts were centered and seemed out of balance.
2024-11-03 18:43:04 +00:00
_includes init: Generate and deploy a static site. 2024-06-21 22:44:23 -07:00
_layouts style: Simplify CSS 2024-11-03 18:43:04 +00:00
nginx/site-confs feat: Add deployment files 2024-11-03 18:42:01 +00:00
.gitignore init: Generate and deploy a static site. 2024-06-21 22:44:23 -07:00
_cobalt.yml init: Generate and deploy a static site. 2024-06-21 22:44:23 -07:00
docker-compose.yaml feat: Add deployment files 2024-11-03 18:42:01 +00:00
Earthfile feat: Add deployment files 2024-11-03 18:42:01 +00:00
install.sh feat: Add deployment files 2024-11-03 18:42:01 +00:00
README.md feat: Upgrade from Makefile to Earthfile 2024-07-21 21:16:22 -07:00
www.service feat: Add deployment files 2024-11-03 18:42:01 +00:00

www

This is the scaffolding of my blog which is fed to a static site generator. The contents of the blog posts themselves are ignored from tracking.

Build

earthly +all

Deploy

./deploy.sh
systemctl restart nginx

History

Here's a brief history.

2018-12-16

I started this blog with Namecheap, Ruby, Jekyll, and Github-Pages.

2022-01-05

I moved hosting to Vultr and moved to a Cobalt. One neat command to unhide files was:

for i in \.*; do if [ ${i} != '.' ] && [ ${i} != '..' ]; then mv {.,}${i/\./} ; fi; done;

2023-10-07

I merged the deployment repository into this one. I also moved to self-hosting at some point.

2024-06-21

I migrated from cgit to forgejo and from kuberentes to simply nginx.