From fa4bd2e2304eb74d6fd2dbcd8edc672d0afb997f Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Wed, 31 Dec 2025 00:58:13 +0100 Subject: [PATCH] New blog article: history-homelab A History Of My Homelab Small changes: - Underline in lists is fixed - New content components Code, Note - Fixed BlogImage font size - Fixed ImageText margins --- app/components/blog/Code.vue | 20 + app/components/blog/Image.vue | 8 +- app/components/blog/ImageText.vue | 2 +- app/components/blog/Note.vue | 14 + app/pages/blog/[slug].vue | 6 + app/pages/blog/index.vue | 2 +- content/blog/history-homelab.md | 394 ++++++++++++++++++ nuxt.config.ts | 13 + .../history-homelab/Raspberry_Pi_Model_B.jpg | Bin 0 -> 140912 bytes public/img/history-homelab/bpi-r4.jpg | Bin 0 -> 60647 bytes public/img/history-homelab/disk-enclosure.jpg | Bin 0 -> 208144 bytes public/img/history-homelab/dns323.jpg | Bin 0 -> 12468 bytes .../first_homeserver_parts.jpg | Bin 0 -> 235487 bytes .../img/history-homelab/first_rack_server.jpg | Bin 0 -> 318138 bytes public/img/history-homelab/nas_p330.jpg | Bin 0 -> 312220 bytes public/img/history-homelab/p330.jpg | Bin 0 -> 63310 bytes public/img/history-homelab/passmark.png | Bin 0 -> 23099 bytes public/img/history-homelab/proxmox_web.png | Bin 0 -> 719040 bytes public/img/history-homelab/qsw-m408-4c.jpg | Bin 0 -> 56931 bytes public/img/history-homelab/r740.jpg | Bin 0 -> 10848 bytes public/img/history-homelab/rack-old.jpg | Bin 0 -> 290178 bytes public/img/history-homelab/rack.jpg | Bin 0 -> 251497 bytes public/img/history-homelab/rtx3060.jpg | Bin 0 -> 283224 bytes 23 files changed, 456 insertions(+), 3 deletions(-) create mode 100644 app/components/blog/Code.vue create mode 100644 app/components/blog/Note.vue create mode 100644 content/blog/history-homelab.md create mode 100644 public/img/history-homelab/Raspberry_Pi_Model_B.jpg create mode 100644 public/img/history-homelab/bpi-r4.jpg create mode 100644 public/img/history-homelab/disk-enclosure.jpg create mode 100644 public/img/history-homelab/dns323.jpg create mode 100644 public/img/history-homelab/first_homeserver_parts.jpg create mode 100644 public/img/history-homelab/first_rack_server.jpg create mode 100644 public/img/history-homelab/nas_p330.jpg create mode 100644 public/img/history-homelab/p330.jpg create mode 100644 public/img/history-homelab/passmark.png create mode 100644 public/img/history-homelab/proxmox_web.png create mode 100644 public/img/history-homelab/qsw-m408-4c.jpg create mode 100644 public/img/history-homelab/r740.jpg create mode 100644 public/img/history-homelab/rack-old.jpg create mode 100644 public/img/history-homelab/rack.jpg create mode 100644 public/img/history-homelab/rtx3060.jpg diff --git a/app/components/blog/Code.vue b/app/components/blog/Code.vue new file mode 100644 index 0000000..0674137 --- /dev/null +++ b/app/components/blog/Code.vue @@ -0,0 +1,20 @@ + + + + + diff --git a/app/components/blog/Image.vue b/app/components/blog/Image.vue index b6f053c..cb3627a 100644 --- a/app/components/blog/Image.vue +++ b/app/components/blog/Image.vue @@ -6,7 +6,13 @@ const props = defineProps<{ + + \ No newline at end of file diff --git a/app/components/blog/ImageText.vue b/app/components/blog/ImageText.vue index c44171f..58951d2 100644 --- a/app/components/blog/ImageText.vue +++ b/app/components/blog/ImageText.vue @@ -10,7 +10,7 @@ if(props.imageRight == true || props.imageRight == "true") imagePosition = "sm:f