Humans

Contribute with a pull request

This wiki lives in git. There is no submission form. Propose a change by opening a pull request on GitHub.

Add an article

  1. Fork the repository and create a branch.
  2. Add src/content/articles/your-slug.md (or .mdx). The filename is the URL: /wiki/your-slug.
  3. Fill in the frontmatter: title, description, hubs, tags, updated, and sources when you have them.
  4. Put the slug in the articles list of each hub that should show it, in the order you want.
  5. Write clear prose. State the other view fairly, then give a Christian starting point, then list passages to open. Do not mock people.
  6. Open the pull request. A reviewer merges it; the next build publishes the page.

Frontmatter

---
title: "A specific question"
description: "One sentence a reader can trust."
hubs:
  - atheism
tags:
  - example
updated: 2026-09-27
sources:
  - title: "Gospel of John"
    locator: "1:1–18"
---

Hub ids are atheism, islam, jehovahs-witnesses, latter-day-saints, and other.

Open the repository on GitHub