This is the source code for my personal website, 01397.dev.
HTML files are generated from src/pages/*.tsx
files. React is used as the templating engine. The generated HTML files don't include any React or JavaScript code. The output code is formatted with Prettier.
graph LR;
A[src/pages/*.tsx] -->|React| B[Static HTML]
B -->|Prettier| C[Formatted HTML]
Copied from public/*
files to /dist
directory.