15 lines
306 B
Markdown
15 lines
306 B
Markdown
# revival-archive
|
|
|
|
Revival archive website
|
|
|
|
# Pages/posts
|
|
|
|
To make a post, place it into the /pages directory. The filename will be used as the URL slug. The file must be in Markdown and contain a json header, like the following:
|
|
|
|
```json
|
|
{
|
|
"title": "First blog post",
|
|
"date": "2023-07-06 7:29 PM"
|
|
}
|
|
```
|