Content: Provide structure and test content
This commit is contained in:
parent
554d505239
commit
be957a93e6
19 changed files with 249 additions and 0 deletions
14
content/blog/test-event-future.md
Normal file
14
content/blog/test-event-future.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
kind: event
|
||||
title: "Test Event Future"
|
||||
date: 2023-12-30T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-08-27T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
20
content/blog/test-event-future2.md
Normal file
20
content/blog/test-event-future2.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
kind: event
|
||||
title: "Test Event Future 2"
|
||||
date: 2023-12-03T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-09-27T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
||||
|
||||
Rem qui qui dolores sit. Ut sequi doloribus nobis et eaque. Voluptas deserunt aut explicabo exercitationem.
|
||||
Recusandae qui libero corporis in et voluptatem neque quas. Eius quaerat repellendus minus et. Ut est magnam aut vitae maiores deserunt cumque ut. Quia et ad atque consequuntur magnam odit.
|
||||
Magnam ipsam sed ratione. Voluptates voluptas facilis quas quia rerum reiciendis. Laborum aspernatur molestiae at quibusdam eligendi fuga voluptas molestiae.
|
||||
Sint recusandae fugiat ut dolore. A culpa sapiente soluta quis quis assumenda ratione. Nulla rem et quis corrupti dolorem. Ea odio nobis qui. Non dolorum tempora explicabo pariatur a accusantium sint id. Reiciendis omnis nam aut.
|
||||
Quia ut asperiores eos earum assumenda ratione voluptatem aliquid. Quod delectus et blanditiis aspernatur. Et nemo est ducimus voluptas ut excepturi excepturi ea. Harum et natus culpa velit.
|
14
content/blog/test-event.md
Normal file
14
content/blog/test-event.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
kind: event
|
||||
title: "Test Event"
|
||||
date: 2023-09-20T09:03:20+02:00 # date of the event
|
||||
publishDate: 2023-09-20T09:03:20+02:00 # when to publish
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories: announcement
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
14
content/blog/test-post.md
Normal file
14
content/blog/test-post.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
kind: article
|
||||
title: "Test Blogpost"
|
||||
date: 2023-08-20T09:03:20+02:00
|
||||
draft: false
|
||||
keywords:
|
||||
- foo
|
||||
- bar
|
||||
categories:
|
||||
- article
|
||||
---
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
||||
Visit the [Hugo](https://gohugo.io) website!
|
Loading…
Add table
Add a link
Reference in a new issue