Skip to content

Instantly share code, notes, and snippets.

@tomBoddaert
Last active March 25, 2024 17:27
Show Gist options
  • Save tomBoddaert/29b17843f88be23ea8e36bebf331834f to your computer and use it in GitHub Desktop.
Save tomBoddaert/29b17843f88be23ea8e36bebf331834f to your computer and use it in GitHub Desktop.
Site Example

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment