Scaffold basic page layout and site generation

Set up the basic layout of the site and greybox its content based on
statically generated pages.  Content pages uses general base layouts
defined centrally to avoid duplicating code.
This commit is contained in:
Hornwitser 2025-01-22 04:54:03 +01:00
parent 51b458103b
commit 8fb809fa95
10 changed files with 268 additions and 21 deletions

View file

@ -1,7 +1,8 @@
{
"files": ["index.tsx"],
"include": ["content"],
"compilerOptions": {
"outDir": "build/node",
"rootDir": ".",
"jsx": "react-jsx",
"jsxImportSource": "antihtml",