From e4a803aad51c9a081937fd48b10f782619b15c7d Mon Sep 17 00:00:00 2001
From: "Gu://em_"
Date: Fri, 10 Apr 2026 02:00:00 +0200
Subject: [PATCH] Yet another pipeline fix, updated welcome message and linked
the upstream project that made this blog possible
---
.forgejo/workflows/deploy.yaml | 2 +-
README.md | 2 +-
src/pages/index.astro | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
index 19a3cdf..92d4471 100644
--- a/.forgejo/workflows/deploy.yaml
+++ b/.forgejo/workflows/deploy.yaml
@@ -50,7 +50,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Push
run: |
- rsync -avz -e "ssh -p ${{ secrets.SERVER_PORT }}" \
+ rsync -avz -e "ssh -p ${{ secrets.SERVER_PORT }} -o StrictHostKeyChecking=no" \
--delete ./dist/ \
${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:${{ vars.DESTINATION }}
diff --git a/README.md b/README.md
index 8114328..4cbb8d6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
Simplement le code source de mon blog.
-Une version légèrement modifiée du thème AstroPaper pour Astro.
+Une version légèrement modifiée du thème [AstroPaper](https://github.com/satnaing/astro-paper) pour Astro.
Voilà.
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c7a3fac..806cf64 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -58,12 +58,12 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
Aussi si vous comptez me faire une quelconque remarque concernant la pertinence
de mon propos ou sur le nom hasardeux de ce blog, je vous redirigerai vers
- ma secrétaire à qui vous pourrez vous confier sans crainte. ->
+ le service plaintes qui saura être à votre écoute. ->
- Faire connaissance
+ Se plaindre
@@ -75,16 +75,16 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
class="underline decoration-dashed underline-offset-4 hover:text-accent"
href="https://forge.oblic-parallels.fr/guillm/dotfiles"
>
- https://forge.oblic-parallels.fr/guillm/dotfiles.
+ https://forge.oblic-parallels.fr/guillm/dotfiles
- Soyez le bienvenu !
+ Soyez le·a bienvenu·e !
{
- // only display if at least one social link is enabled
+ // only display if at lenvenueast one social link is enabled
SOCIALS.length > 0 && (