use mdesk extension instead of md

This commit is contained in:
ryanfleury
2021-07-04 16:35:42 -06:00
parent 7740bd0c95
commit 0eee7e5a6c
14 changed files with 25 additions and 25 deletions
@@ -0,0 +1,34 @@
title: "Example Site"
desc: "My example site, used to demonstrate the static site generator example for Data Desk."
canonical_url: "https://example.site"
author: "Ryan Fleury"
twitter_handle: "@ryanjfleury"
header:
"""
<div class="header">
<h1>Example Site</h1>
<a href="#">Test Link 1</a>
<a href="#">Test Link 2</a>
<a href="#">Test Link 3</a>
</div>
"""
footer:
"""
<div class="footer">
<h4>Example Site Footer</h4>
<a href="#">Test Link 1</a>
<a href="#">Test Link 2</a>
<a href="#">Test Link 3</a>
</div>
"""
style:
"""
*
{
padding: 0;
margins: 0;
}
"""