This is the public repository of my personal website's infrastructure and public content.
https://www.binning.net
Added staging.nginx.nix modeled on prod.nginx.nix, configuring nginx as a local staging server. Updated deploy.sh to target either staging or prod over SSH. Consolidated shared configuration between the two nginx nix files and between the staging and prod deploy paths in deploy.sh. |
||
|---|---|---|
| includes | ||
| .gitignore | ||
| 404.html | ||
| blog.html | ||
| deploy.sh | ||
| index.html | ||
| prod.nginx.nix | ||
| README.md | ||
| resume.html | ||
| staging.nginx.nix | ||
| style.css | ||
| www.code-workspace | ||
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.