diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 19:40:59 +0200 |
| commit | c1e28224aa2e1450031669d9a7e359b63e04687d (patch) | |
| tree | 68f3d8905c763a91f68001d868197effa92adafa /src/pages/index.mdx | |
| download | corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.gz corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.tar.bz2 corvos-website-c1e28224aa2e1450031669d9a7e359b63e04687d.zip | |
Init
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. | ||
