From 12d85828e122691919de2d873ea576ad61df5a68 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Wed, 28 May 2025 18:06:27 +0200 Subject: [PATCH] Petites corrections et test des Actions forgejo --- .forgejo/workflows/demo.yaml | 6 ++++++ src/data/blog/creating-my-blog.md | 6 +++--- src/pages/index.astro | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .forgejo/workflows/demo.yaml diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml new file mode 100644 index 0000000..21280bd --- /dev/null +++ b/.forgejo/workflows/demo.yaml @@ -0,0 +1,6 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - run: echo All Good \ No newline at end of file diff --git a/src/data/blog/creating-my-blog.md b/src/data/blog/creating-my-blog.md index 18d41e7..f4ce06f 100644 --- a/src/data/blog/creating-my-blog.md +++ b/src/data/blog/creating-my-blog.md @@ -1,7 +1,7 @@ --- -author: Sat Naing -pubDatetime: 2022-09-23T15:22:00Z -modDatetime: 2025-03-22T06:25:46.734Z +author: Gu://em_ +pubDatetime: 2025-05-28T02:22:00Z +modDatetime: 2025-05-28T17:37:00Z title: Creating my blog featured: true draft: false diff --git a/src/pages/index.astro b/src/pages/index.astro index e44b0fa..42cabee 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -76,7 +76,7 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);



- Soyez le bienvenue ! + Soyez le bienvenu !

{ // only display if at least one social link is enabled