Created
February 10, 2021 14:45
-
-
Save nafeu/f7d2fd6e0058ec08ea67a43364e9e18f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| 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