mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
35 lines
598 B
Plaintext
35 lines
598 B
Plaintext
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;
|
|
}
|
|
"""
|