set events
This commit is contained in:
parent
ff84817732
commit
1f844dae9d
15 changed files with 1448 additions and 1 deletions
18
site/pages/404.md
Normal file
18
site/pages/404.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: Whoops that page was not found
|
||||
date: 2022-09-01 1:00:00
|
||||
description: 404, looks like we can't find the page you are looking for
|
||||
published: false
|
||||
output_html: 404.html
|
||||
|
||||
---
|
||||
|
||||
404, looks like we can't find the page you are looking for. Try one of these
|
||||
pages.
|
||||
|
||||
<ul>
|
||||
{% for post in markata.map('post', filter='published') %}
|
||||
<li><a href="{{ post.slug }}">{{ post.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
16
site/pages/index.md
Normal file
16
site/pages/index.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
date: 2022-09-01 1:00:00
|
||||
title: Markata Blog Starter
|
||||
published: True
|
||||
tags:
|
||||
- home
|
||||
- meta
|
||||
|
||||
---
|
||||
|
||||
Creeper adventure is a game I am making with my son.
|
||||
|
||||
## Downloads
|
||||
|
||||
* [windows](./creeper-windows-latest.zip)
|
||||
* [linux](./creeper-ubuntu-latest.zip)
|
||||
0
site/pages/templates/.gitkeep
Normal file
0
site/pages/templates/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue