Skip to content

Instantly share code, notes, and snippets.

@nafeu
Created February 10, 2021 14:45
Show Gist options
  • Select an option

  • Save nafeu/f7d2fd6e0058ec08ea67a43364e9e18f to your computer and use it in GitHub Desktop.

Select an option

Save nafeu/f7d2fd6e0058ec08ea67a43364e9e18f to your computer and use it in GitHub Desktop.
{
layout: { footer: "<p>deno-md-site</p>\n" },
pages: [
{
path: "/home",
name: "Home",
html: '<h1 id="home">Home</h1>\n<p>Hello world!</p>\n'
},
{
path: "/about",
name: "About",
html: '<h1 id="about">About</h1>\n<p>Built for learning.</p>\n'
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment