diff options
Diffstat (limited to 'src/pages/index.mdx')
| -rw-r--r-- | src/pages/index.mdx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pages/index.mdx b/src/pages/index.mdx new file mode 100644 index 0000000..1d35a1d --- /dev/null +++ b/src/pages/index.mdx | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | --- | ||
| 2 | type: "home" | ||
| 3 | title: "Corvos ยท static site generator" | ||
| 4 | description: "Project website of Corvos, a static site generator for Deno." | ||
| 5 | --- | ||
| 6 | |||
| 7 | import { template } from "./index.tsx"; | ||
| 8 | export { template }; | ||
| 9 | |||
| 10 | Corvos is a Static Site Generator with the goal to provide a customizeable, type-safe experience. | ||
