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