index/content/blog/hello-world.md

36 lines
542 B
Markdown

---
title: Hello World!
description: I created this post to test @nuxt/content.
authors: ['Enderman']
created: 2023-08-12T16:40:09Z
updated: 2024-02-18T20:31:54Z
draft: false
tags: ['hello', 'world']
---
# Hello!
This is an example piece of content.
Here's some code:
```js
console.log('Hello, world!');
```
And here's a list:
* Item 1
* Item 2
* ```css
.example {
color: red;
}
```
* `df -h`
And here's a link to [Nuxt.js](https://nuxtjs.org/).
And here's an image:
![Nuxt.js](https://nuxtjs.org/logos/nuxt-icon.png)