This is the public repository of my personal website's infrastructure and public content. https://www.binning.net
Find a file
Matthew Binning f06f63277f feat: Split CI/CD into three focused workflows
Replaced the monolithic pipeline with three dedicated workflows: ci.yml
(build on every push), cd.yml (manual deploy to staging or prod), and
nightly.yml (scheduled build and deploy). This makes it easier to trigger
deploys independently of builds and to diagnose failures.
2026-03-26 14:17:17 -07:00
.forgejo/workflows feat: Split CI/CD into three focused workflows 2026-03-26 14:17:17 -07:00
.gitignore refactor: Move main website files to a subfolder 2026-01-21 14:26:41 -08:00
book.toml clean: Remove custom CSS that was suppressing mdbook's native theming 2026-03-23 06:42:03 -07:00
deploy.sh feat: Add a nightly build 2026-03-23 06:59:46 -07:00
README.md init: Restart blog 2026-01-01 16:44:07 -08:00
www.code-workspace init: Restart blog 2026-01-01 16:44:07 -08:00

WWW

Www is my personal website, blog project, and portfolio page. It should be available at https://wwww.binning.dev

History

2025-02-28

I restarted this in Rocket after yet another data loss event.

2024-06-21

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

2023-10-07

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

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;

2018-12-16

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