This is the public repository of my personal website's infrastructure and public content. https://www.binning.net
Find a file
Matthew Binning 7e2cea67c0 feat: Add minimal content option for testing
Added a minimal content set so the site can be built and deployed without
pulling in the full blog content, making it faster to test the build and
deployment pipeline in isolation.
2026-01-02 08:21:33 -08:00
includes feat: Convert the blog to mdbook 2026-01-02 07:16:46 -08:00
theme feat: Add navbar to blog/mdbook 2026-01-02 07:59:43 -08:00
.gitignore feat: Add minimal content option for testing 2026-01-02 08:21:33 -08:00
404.html init: Restart blog 2026-01-01 16:44:07 -08:00
blog.html feat: Add a recipe book 2026-01-02 06:46:36 -08:00
book.toml feat: Add navbar to blog/mdbook 2026-01-02 07:59:43 -08:00
common.nginx.nix feat: Add a recipe book 2026-01-02 06:46:36 -08:00
deploy.sh feat: Convert the blog to mdbook 2026-01-02 07:16:46 -08:00
index.html init: Restart blog 2026-01-01 16:44:07 -08:00
prod.nginx.nix feat: Add deployment to a staging environment 2026-01-01 16:44:54 -08:00
README.md init: Restart blog 2026-01-01 16:44:07 -08:00
resume.html init: Restart blog 2026-01-01 16:44:07 -08:00
staging.nginx.nix feat: Add navbar to blog/mdbook 2026-01-02 07:59:43 -08:00
style.css feat: Add a recipe book 2026-01-02 06:46:36 -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.