Matthew Binning
c1996c83a0
This simplifies the styling of the website. This was desirable becomes images and text on posts were centered and seemed out of balance. |
||
---|---|---|
_includes | ||
_layouts | ||
nginx/site-confs | ||
.gitignore | ||
_cobalt.yml | ||
docker-compose.yaml | ||
Earthfile | ||
install.sh | ||
README.md | ||
www.service |
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.