| 1 |
# The copy at `/team`, which is words and nothing else. |
| 2 |
# |
| 3 |
# Read at build time by the `declare!` in `src/quasi/team.rs`. Editing this file |
| 4 |
# is editing the page: no Rust to read, no code to touch, and a rebuild picks it |
| 5 |
# up. See `content/policy.toml` for the split this follows. |
| 6 |
# |
| 7 |
# The bio is prose the founder wrote, so nothing here rewrites it. It lives in |
| 8 |
# TOML rather than in a Rust `const` for the reason `policy.toml` records: a |
| 9 |
# `const` is a path and not a literal, so an `include` of one opens a staged |
| 10 |
# scope and the sentence gets built and rendered on every request. Copy the |
| 11 |
# macro can read is copy the macro can fold. |
| 12 |
|
| 13 |
[[bio]] |
| 14 |
body = "I started in the creator space as a young kid making backgrounds and montages for CoD MW2 players. I picked up programming around the same time, helping Minecraft server owners with whatever they needed. I spent the years after that focused on my education: a BA in mathematics at the University of Chicago, then a PhD in mathematics at UC San Diego. Afterward I decided to start my own business, and here we are." |
| 15 |
|