Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Purge CSS on a per-template basis | Alan Pearce | 2024-04-04 | -0/+1 |
| | ||||
* | Rebuild site on dev mode reload | Alan Pearce | 2024-04-01 | -1/+1 |
| | ||||
* | Enable bun watch mode via `bun dev` | Alan Pearce | 2024-04-01 | -0/+1 |
| | ||||
* | Replace bun-types with @types/bun | Alan Pearce | 2024-04-01 | -1/+1 |
| | ||||
* | Replace zola with DOM-based static site generation code | Alan Pearce | 2023-09-22 | -3/+10 |
| | ||||
* | Catch errors and log to sentry | Alan Pearce | 2023-09-15 | -0/+1 |
| | ||||
* | Build with docker | Alan Pearce | 2023-09-15 | -0/+3 |
| | ||||
* | Collect metrics for prometheus | Alan Pearce | 2023-09-13 | -0/+1 |
| | ||||
* | Remove defunct live-reload | Alan Pearce | 2023-09-13 | -1/+0 |
| | | | | Doesn't work when serving static files | |||
* | Use bun's builtin mime logic | Alan Pearce | 2023-09-13 | -2/+0 |
| | ||||
* | Return precompressed files, if they exist | Alan Pearce | 2023-09-13 | -0/+2 |
| | ||||
* | Remove unused dependency | Alan Pearce | 2023-09-12 | -3/+1 |
| | ||||
* | Use own logic for static file serving | Alan Pearce | 2023-09-12 | -1/+2 |
| | ||||
* | Read config from TOML file | Alan Pearce | 2023-09-12 | -1/+2 |
| | ||||
* | Serve static files | Alan Pearce | 2023-09-11 | -1/+1 |
| | ||||
* | Initial commit | Alan Pearce | 2023-09-11 | -0/+15 |