From 7a83dc2a91c67462fa9e530a9d08c6f63a7e0ccd Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sat, 25 Nov 2023 13:55:26 -0500 Subject: Update media dir to be symlinked. Update links Primarily to save space on git. It's easier to rysnc the images --- static/5575602.png | Bin 5152 -> 0 bytes static/brain.gif | Bin 1549 -> 0 bytes static/email.svg | 3 --- static/fixed.gif | Bin 988707 -> 0 bytes static/github.svg | 3 --- static/human_router.jpg | Bin 290892 -> 0 bytes static/jazzcat.jpg | Bin 1028722 -> 0 bytes static/ksp2.webm | Bin 7867307 -> 0 bytes static/linkedin.svg | 3 --- static/media | 1 + static/mess-terminator.gif | Bin 1053767 -> 0 bytes static/mess.gif | Bin 1720004 -> 0 bytes static/nomess-vim.gif | Bin 875652 -> 0 bytes static/panic.gif | Bin 8405 -> 0 bytes static/puffy.gif | Bin 144465 -> 0 bytes static/rss.svg | 3 --- static/vim.gif | Bin 1368 -> 0 bytes templates/base.html | 11 +++++++---- templates/site | 2 +- 19 files changed, 9 insertions(+), 17 deletions(-) delete mode 100644 static/5575602.png delete mode 100644 static/brain.gif delete mode 100644 static/email.svg delete mode 100644 static/fixed.gif delete mode 100644 static/github.svg delete mode 100644 static/human_router.jpg delete mode 100644 static/jazzcat.jpg delete mode 100644 static/ksp2.webm delete mode 100644 static/linkedin.svg create mode 120000 static/media delete mode 100644 static/mess-terminator.gif delete mode 100644 static/mess.gif delete mode 100644 static/nomess-vim.gif delete mode 100644 static/panic.gif delete mode 100644 static/puffy.gif delete mode 100644 static/rss.svg delete mode 100644 static/vim.gif diff --git a/static/5575602.png b/static/5575602.png deleted file mode 100644 index f4a10bc..0000000 Binary files a/static/5575602.png and /dev/null differ diff --git a/static/brain.gif b/static/brain.gif deleted file mode 100644 index 3ff1123..0000000 Binary files a/static/brain.gif and /dev/null differ diff --git a/static/email.svg b/static/email.svg deleted file mode 100644 index f576714..0000000 --- a/static/email.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/static/fixed.gif b/static/fixed.gif deleted file mode 100644 index 248aee5..0000000 Binary files a/static/fixed.gif and /dev/null differ diff --git a/static/github.svg b/static/github.svg deleted file mode 100644 index bb4e45c..0000000 --- a/static/github.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/static/human_router.jpg b/static/human_router.jpg deleted file mode 100644 index e0934c1..0000000 Binary files a/static/human_router.jpg and /dev/null differ diff --git a/static/jazzcat.jpg b/static/jazzcat.jpg deleted file mode 100644 index dd38cbb..0000000 Binary files a/static/jazzcat.jpg and /dev/null differ diff --git a/static/ksp2.webm b/static/ksp2.webm deleted file mode 100644 index bbe7054..0000000 Binary files a/static/ksp2.webm and /dev/null differ diff --git a/static/linkedin.svg b/static/linkedin.svg deleted file mode 100644 index 4c4efe5..0000000 --- a/static/linkedin.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/static/media b/static/media new file mode 120000 index 0000000..7e59a4b --- /dev/null +++ b/static/media @@ -0,0 +1 @@ +../../site-media/ \ No newline at end of file diff --git a/static/mess-terminator.gif b/static/mess-terminator.gif deleted file mode 100644 index 5cf97e8..0000000 Binary files a/static/mess-terminator.gif and /dev/null differ diff --git a/static/mess.gif b/static/mess.gif deleted file mode 100644 index 6efaa4c..0000000 Binary files a/static/mess.gif and /dev/null differ diff --git a/static/nomess-vim.gif b/static/nomess-vim.gif deleted file mode 100644 index d12e0b2..0000000 Binary files a/static/nomess-vim.gif and /dev/null differ diff --git a/static/panic.gif b/static/panic.gif deleted file mode 100644 index 3cf1318..0000000 Binary files a/static/panic.gif and /dev/null differ diff --git a/static/puffy.gif b/static/puffy.gif deleted file mode 100644 index aa0d461..0000000 Binary files a/static/puffy.gif and /dev/null differ diff --git a/static/rss.svg b/static/rss.svg deleted file mode 100644 index 39bef06..0000000 --- a/static/rss.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/static/vim.gif b/static/vim.gif deleted file mode 100644 index 7a00d7f..0000000 Binary files a/static/vim.gif and /dev/null differ diff --git a/templates/base.html b/templates/base.html index 9d1fd4d..686b088 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,16 +21,19 @@

{{ domain }}

+ + +   + +   + +

{{ title }}

diff --git a/templates/site b/templates/site index 3fb681e..1cb8cd6 160000 --- a/templates/site +++ b/templates/site @@ -1 +1 @@ -Subproject commit 3fb681e48ae75f0e7b00075a2caf61e66582a973 +Subproject commit 1cb8cd68cc7e4e244c66a73ea69dcb0461b9b41d -- cgit v1.2.3