Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Use console.info for permanent logs | Alan Pearce | 2024-04-06 | -1/+1 | |
| | |||||
* | Purge CSS on a per-template basis | Alan Pearce | 2024-04-04 | -10/+51 | |
| | |||||
* | Docker: Follow bun best practices | Alan Pearce | 2024-04-04 | -16/+12 | |
| | |||||
* | Log content encoding in all cases | Alan Pearce | 2024-04-04 | -1/+4 | |
| | |||||
* | Add hostname to logging and metrics | Alan Pearce | 2024-04-04 | -4/+23 | |
| | |||||
* | Remove unused import | Alan Pearce | 2024-04-02 | -1/+0 | |
| | |||||
* | posts: "fix" type error | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | tsc: store build info file out of the way | Alan Pearce | 2024-04-01 | -0/+1 | |
| | |||||
* | tsc: disable implicit any | Alan Pearce | 2024-04-01 | -0/+1 | |
| | |||||
* | Remove unnecessary tsconfig types setting | Alan Pearce | 2024-04-01 | -3/+1 | |
| | |||||
* | templates: don't escape HTML for Atom feed; it's not necessary | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | Replace Bun fs calls with node-compatible module | Alan Pearce | 2024-04-01 | -25/+32 | |
| | |||||
* | Rebuild site on dev mode reload | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | config: override base_url in development | Alan Pearce | 2024-04-01 | -1/+5 | |
| | |||||
* | Use import.meta instead of Bun to get envvars | Alan Pearce | 2024-04-01 | -5/+7 | |
| | |||||
* | Enable bun watch mode via `bun dev` | Alan Pearce | 2024-04-01 | -0/+3 | |
| | |||||
* | Redirect existing index.html files | Alan Pearce | 2024-04-01 | -0/+11 | |
| | |||||
* | Merge redirect information into standard log line | Alan Pearce | 2024-04-01 | -3/+4 | |
| | |||||
* | Simplify walkDirectory by using recursive readdir | Alan Pearce | 2024-04-01 | -15/+9 | |
| | |||||
* | Print served URL via Server.url | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | Replace bun-types with @types/bun | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | Remove obsolete build targets from Makefile | Alan Pearce | 2024-04-01 | -1/+1 | |
| | |||||
* | Update dependencies | Alan Pearce | 2024-04-01 | -8/+8 | |
| | |||||
* | Remove inline styles | Alan Pearce | 2024-02-18 | -2/+6 | |
| | |||||
* | Add headings to tag pages | Alan Pearce | 2024-02-09 | -0/+12 | |
| | |||||
* | Make job title more specific | Alan Pearce | 2024-02-09 | -1/+1 | |
| | |||||
* | Remove "looking for work" | Alan Pearce | 2023-12-01 | -2/+0 | |
| | |||||
* | homesteading: add link to current builder | Alan Pearce | 2023-11-29 | -2/+2 | |
| | |||||
* | Add LinkedIn link | Alan Pearce | 2023-11-28 | -0/+3 | |
| | |||||
* | Improve text of CV | Alan Pearce | 2023-11-27 | -1/+1 | |
| | |||||
* | Update dependencies | Alan Pearce | 2023-11-23 | -7/+7 | |
| | |||||
* | Remove mention of Zola from Dockerfile | Alan Pearce | 2023-11-23 | -1/+0 | |
| | |||||
* | Add CV | Alan Pearce | 2023-11-23 | -0/+350 | |
| | |||||
* | Log errors | Alan Pearce | 2023-11-23 | -0/+1 | |
| | |||||
* | Log access | Alan Pearce | 2023-11-23 | -16/+23 | |
| | |||||
* | Template "elsewhere on the internet" links | Alan Pearce | 2023-11-10 | -30/+31 | |
| | |||||
* | Tweak menu configuration structure | Alan Pearce | 2023-11-10 | -8/+8 | |
| | |||||
* | Ignore stamp files | Alan Pearce | 2023-11-10 | -0/+2 | |
| | |||||
* | De-duplicate content-encoding handling | Alan Pearce | 2023-11-10 | -37/+14 | |
| | |||||
* | Reduce margins on mobile devices | Alan Pearce | 2023-11-09 | -2/+1 | |
| | |||||
* | Use existing style for post's tags | Alan Pearce | 2023-11-09 | -1/+1 | |
| | |||||
* | Remove caddy | Alan Pearce | 2023-11-08 | -5/+0 | |
| | |||||
* | Fix metrics of redirects and /health | Alan Pearce | 2023-11-08 | -13/+13 | |
| | |||||
* | Create /health handler | Alan Pearce | 2023-11-08 | -5/+4 | |
| | |||||
* | Automatically redirect other hostnames to the configured base_url | Alan Pearce | 2023-11-05 | -1/+20 | |
| | |||||
* | Remove extra space after Home link | Alan Pearce | 2023-10-29 | -0/+4 | |
| | |||||
* | Send content_encoding metrics to prometheus instead of sentry | Alan Pearce | 2023-09-25 | -12/+27 | |
| | |||||
* | Fix doubled metrics | Alan Pearce | 2023-09-25 | -1/+0 | |
| | |||||
* | Tweak CSS | Alan Pearce | 2023-09-24 | -11/+3 | |
| | |||||
* | Add microformats classes to XSL-generated content | Alan Pearce | 2023-09-24 | -3/+3 | |
| |