Initial commit for new blog generator

This commit is contained in:
2023-04-15 12:55:22 -04:00
parent 100a3d4948
commit 3d7538bfbe
69 changed files with 3292 additions and 4193 deletions

9
pages/index.tsx Normal file
View File

@ -0,0 +1,9 @@
import React from "react";
export default function Page() {
return (
<>
<p>Is this thing on?</p>
</>
);
}