Petites corrections et test des Actions forgejo
All checks were successful
/ test (push) Successful in 50s
All checks were successful
/ test (push) Successful in 50s
This commit is contained in:
parent
88c2d693b4
commit
12d85828e1
6
.forgejo/workflows/demo.yaml
Normal file
6
.forgejo/workflows/demo.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
author: Sat Naing
|
author: Gu://em_
|
||||||
pubDatetime: 2022-09-23T15:22:00Z
|
pubDatetime: 2025-05-28T02:22:00Z
|
||||||
modDatetime: 2025-03-22T06:25:46.734Z
|
modDatetime: 2025-05-28T17:37:00Z
|
||||||
title: Creating my blog
|
title: Creating my blog
|
||||||
featured: true
|
featured: true
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -76,7 +76,7 @@ const recentPosts = sortedPosts.filter(({ data }) => !data.featured);
|
||||||
<p>
|
<p>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<b>Soyez le bienvenue !</b>
|
<b>Soyez le bienvenu !</b>
|
||||||
</p>
|
</p>
|
||||||
{
|
{
|
||||||
// only display if at least one social link is enabled
|
// only display if at least one social link is enabled
|
||||||
|
|
Loading…
Reference in a new issue