From 0f6a60bec9248874244487e20d9e624593d4b702 Mon Sep 17 00:00:00 2001 From: Kaan Barmore-Genc Date: Sat, 11 May 2024 00:30:08 -0500 Subject: [PATCH] Set some post images --- src/routes/[slug]/+page.svelte | 5 ++++- .../posts/2023.02.18.github-actions-do-not-merge-label.md | 2 +- .../posts/2023.03.05.set-up-my-blog-as-onion-service.md | 2 +- ...3.04.25.self-hosted-backups-with-minio-kopia-tailscale.md | 2 +- ...023.08.10.react-daisyui-tailwindcss-theme-colors-in-js.md | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/routes/[slug]/+page.svelte b/src/routes/[slug]/+page.svelte index 4eaf0b1..0f2d010 100644 --- a/src/routes/[slug]/+page.svelte +++ b/src/routes/[slug]/+page.svelte @@ -16,7 +16,10 @@ {/if} {#if data.image} - + {:else} {/if} diff --git a/src/routes/posts/2023.02.18.github-actions-do-not-merge-label.md b/src/routes/posts/2023.02.18.github-actions-do-not-merge-label.md index b0c1bcb..777776a 100644 --- a/src/routes/posts/2023.02.18.github-actions-do-not-merge-label.md +++ b/src/routes/posts/2023.02.18.github-actions-do-not-merge-label.md @@ -3,7 +3,7 @@ title: Enforcing a "Do Not Merge" label with Github Actions date: 2023-02-18T12:33:32-05:00 updated: 2024-05-11T12:08:00-06:00 toc: false -images: +image: /img/gh-do-not-merge-action.png tags: - dev description: Stop accidental code deployments with a clever GitHub Actions trick using labels to prevent merging pull requests until they're truly ready. diff --git a/src/routes/posts/2023.03.05.set-up-my-blog-as-onion-service.md b/src/routes/posts/2023.03.05.set-up-my-blog-as-onion-service.md index 790745a..4846af9 100644 --- a/src/routes/posts/2023.03.05.set-up-my-blog-as-onion-service.md +++ b/src/routes/posts/2023.03.05.set-up-my-blog-as-onion-service.md @@ -2,7 +2,7 @@ title: 'Setting up my blog as an Onion service (Tor hidden service)' date: 2023-03-05T15:54:13-05:00 toc: false -images: +image: /img/tor-censorship-snowflake-chart.webp description: See how you can use Tor and Docker to create your own hidden onion service, perfect for tech enthusiasts and privacy advocates. --- diff --git a/src/routes/posts/2023.04.25.self-hosted-backups-with-minio-kopia-tailscale.md b/src/routes/posts/2023.04.25.self-hosted-backups-with-minio-kopia-tailscale.md index 998c500..9975ac7 100644 --- a/src/routes/posts/2023.04.25.self-hosted-backups-with-minio-kopia-tailscale.md +++ b/src/routes/posts/2023.04.25.self-hosted-backups-with-minio-kopia-tailscale.md @@ -2,7 +2,7 @@ title: 'Self Hosted Backups with Minio, Kopia, and Tailscale' date: 2023-04-25T00:11:31-04:00 toc: false -images: +image: /img/2023-04-25.tailscale.png tags: - homelab description: Ditch complex SSH setups and leverage Minio's S3 compatibility with Tailscale for secure, encrypted backups. diff --git a/src/routes/posts/2023.08.10.react-daisyui-tailwindcss-theme-colors-in-js.md b/src/routes/posts/2023.08.10.react-daisyui-tailwindcss-theme-colors-in-js.md index c6bd070..fadfe7f 100644 --- a/src/routes/posts/2023.08.10.react-daisyui-tailwindcss-theme-colors-in-js.md +++ b/src/routes/posts/2023.08.10.react-daisyui-tailwindcss-theme-colors-in-js.md @@ -2,7 +2,7 @@ title: 'Getting theme colors in JavaScript using React with DaisyUI and TailwindCSS' date: 2023-08-10T00:18:27-05:00 toc: false -images: +image: /img/2023-08-10.chartjs.png tags: - web - dev