forked from otomatalabs/ol_site
18 lines
630 B
Markdown
18 lines
630 B
Markdown
---js
|
|
const title = "Example blog";
|
|
const description = "Example description";
|
|
const date = "2025-08-27";
|
|
const tags = ["example tag", "another example tag", "demoscene"];
|
|
const draft = true;
|
|
---
|
|
|
|
# Example header
|
|
This post is a draft. You shouldn't see this post in the final build of the website.
|
|
## Header 2
|
|
Lorem ipsum. This is an example of a blog post. What more can I say?
|
|
Well, here is a [link to MOVE 10 STEPS](https://www.pouet.net/prod.php?which=104866).
|
|
It takes you to pouet. Wooooahh.
|
|
|
|
Here is a picture!
|
|
|
|
<img alt="A screenshot of MOVE 10 STEPS" src="https://content.pouet.net/files/screenshots/00104/00104866.png"> |