Contribute
Every entry is a plain Markdown file in content/entries/. The filename is the page's address: content/entries/spurlin-surname.md becomes /wiki/spurlin-surname/.
Entry format
---
title: "Jane Spurlin"
category: people
summary: "One-sentence summary shown in listings and search results."
tags: [kentucky, education]
related: [spurlin-surname, notable-spurlins]
infobox:
- Born: "1901"
- Known for: "Something notable"
updated: 2026-09-24
---
Jane Spurlin was ...[^1] She later ...[^2]
## Career
...
[^1]: [Source title — Publisher](https://example.org/page)
[^2]: [Another source](https://example.org/other) — optional note
Categories: surname, history, genealogy, people, places, companies, products, culture, misc.
Link to another entry with [Text](/wiki/slug/) or [[Entry Title]]. Backlinks and "See also" lists are generated automatically.
Rules
- Every factual claim needs a citation to a public source.
- Do not add private living individuals, addresses or contact details.
- Label family tradition and unverified claims as such.
Building
npm run build writes the static site to dist/. npm run check fails on missing sources or broken internal links.