From 071d1650972de8bc6891e0fb4f3e82343e1a3e76 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Wed, 26 Jun 2024 17:37:21 +0200 Subject: [PATCH] publish demo news --- demo-1/README.md | 16 ++++++++++++++++ demo-2/README.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 demo-1/README.md create mode 100644 demo-2/README.md diff --git a/demo-1/README.md b/demo-1/README.md new file mode 100644 index 0000000..617f02a --- /dev/null +++ b/demo-1/README.md @@ -0,0 +1,16 @@ +--- +title: News demo n°1 +description: Description news demo n°1 +tags: ['demo', 'test'] +x-cohabit: + links: + - name: https://example.com + status: current # futur - current - finished - canceld + visibility: public + thumbnail: https://example.com + dueDate: 2024-06-26 +--- + +# News Demo 1 + +Content diff --git a/demo-2/README.md b/demo-2/README.md new file mode 100644 index 0000000..3edae63 --- /dev/null +++ b/demo-2/README.md @@ -0,0 +1,16 @@ +--- +title: News demo n°2 +description: Description news demo n°2 +tags: ['demo', 'test', 'second'] +x-cohabit: + links: + - name: https://1.1.1.1 + status: canceled # futur - current - finished - canceld + visibility: public + thumbnail: https://example.com + dueDate: 2024-06-26 +--- + +# News Demo 2 + +Content x2