14 lines
196 B
Markdown
14 lines
196 B
Markdown
|
+++
|
||
|
title = "First Post"
|
||
|
description = "Welcome to the new blog"
|
||
|
date = "2023-01-10"
|
||
|
|
||
|
[taxonomies]
|
||
|
tags = ["rust", "blog"]
|
||
|
+++
|
||
|
|
||
|
This is a first post.
|
||
|
|
||
|
<!-- more -->
|
||
|
|
||
|
This is the rest of the story.
|