a bit of stuff

This commit is contained in:
2026-02-13 00:54:47 +01:00
parent 663b3e0320
commit bcd0f985c7
7 changed files with 73 additions and 134 deletions

View File

@@ -1,28 +1,6 @@
---
title: Hello World
date: 2024-01-30
date: 2026-02-13
---
Markdown is just a simpler syntax for the most commonly used HTML
elements when writing body text.
A blank line, like above, marks a new paragraph (HTML `<p>`).
A line starting with `##` is an HTML `<h2>`:
## Lists
An example of an unordered list:
- item one
- item two
And an ordered list:
1. item one
2. item two
## More info
See [CommonMark](https://commonmark.org) for more
information about Markdown.
TODO...

View File

@@ -1,6 +0,0 @@
---
title: Second Post
date: 2024-01-31
---
This is our second blog post.