mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-06 23:58:48 +00:00
Initial upload
This commit is contained in:
@@ -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;
|
||||
}
|
||||
"""
|
||||
Reference in New Issue
Block a user