feat: Move media assets outside of the git repository
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:
parent
1efb4e1203
commit
3245231730
9 changed files with 78 additions and 17 deletions
2
todo.txt
2
todo.txt
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue