feat: Move media assets outside of the git repository
All checks were successful
CI / build (push) Successful in 10s
CI / deploy (push) Successful in 5s

Images and media referenced by the private Copper Chronicle section are no
longer tracked by git. They live at /assets/copper-chronicle/ on the server
(/srv/www/binning.net/assets/) and are managed independently. Updated all
image links in src/private/copper-chronicle to use absolute paths rooted at
/assets/. Added --filter='protect assets/' to all deploy rsync commands to
prevent accidental deletion during deploys.
This commit is contained in:
Matthew Binning 2026-04-04 16:32:51 -07:00
parent 1efb4e1203
commit 3245231730
9 changed files with 78 additions and 17 deletions

View file

@ -1,4 +1,3 @@
Split www into www/blog, www/content, and www/assets
Determine which articles should be incorporated into the website
Build out the Copper Chronicle
Fill out the DefCon article
@ -39,4 +38,5 @@ x 2026-03-23 Reduce the CSS where possible. Match my website's theme to align wi
x Set up nightly builds
x Personalize the index page.
x Personalize the introduction page of the blog.
x 2026-04-04 Split www into www/blog, www/content, and www/assets