Example for site
Files:
.
├── pages/
│ ├── complex/
│ │ └── about.html
│ └── meta.html/
│ ├── index.html
│ └── resources/
│ └── info.html
├── raw/
│ └── resources/
│ ├── complex.css
│ ├── hello.ts
│ ├── main.css
│ └── meta.css
├── templates/
│ ├── complex
│ │ ├── main.html
│ │ ├── nav.html
│ │ └── template.html
│ └── meta.html
├── data.json
├── .gitignore
├── package.json
├── siteConfig.json
└── tsconfig.json
You can download this as either a zip or tar.gz below.