Georgism Wiki (progress.org/wiki)

Overview

A Ghost-hosted wiki on Georgism, Land Value Tax, and related concepts, deployed at progress.org/wiki. Source content lives in the GitHub repo floydmari/georgism-wiki; entries sync to Ghost via scripts/sync_to_ghost.py against the Ghost Admin API. [Source: Hugh session 87060c86 + 9e0a19ff, 2026-06-05]

Floyd has been seeding initial entries via Claude Code; Hugh is onboarded as a second contributor as of 2026-06-05.

Workflow

  1. git pull from floydmari/georgism-wiki — always work off latest, Floyd is editing concurrently via Claude Code.
  2. Create or edit a .md file in the right folder: concepts/, people/, places/, research/, etc. with frontmatter (title, excerpt, optionally featured, stub, most_cited).
  3. Commit + PR on an openclaw/* branch.
  4. Floyd (or Claude Code) merges to main.
  5. scripts/sync_to_ghost.py runs (currently manual — no GH Action auto-deploy yet).

Three Ghost gotchas handled by sync_to_ghost.py

  • ?source=html URL parameter for content injection.
  • custom_template: custom-wiki-entry frontmatter for wiki page styling.
  • Proper tag ordering.

Credentials

  • README references Ghost Admin API Key — progress.org wiki from 1Password.
  • Floyd indicated (2026-06-05) it is the same integration key already in Hugh’s vault under progress.org Ghost Admin API. To be confirmed on first sync_to_ghost.py run. [Source: Floyd, Hugh session 9e0a19ff, 2026-06-05]

Open items

  • Add a GitHub Action that auto-runs sync_to_ghost.py on merge to main. Hugh proposed; awaiting Floyd’s go-ahead. [Source: Hugh session 87060c86, 2026-06-05]
  • Decide: keep a local clone on Hugh’s machine for faster iteration, or operate purely via GitHub API? Awaiting Floyd. [Source: Hugh session 9e0a19ff, 2026-06-05]
  • Confirm the Ghost Admin API key is the same as progress.org Ghost Admin API on first sync run. [Source: 2026-06-05]
  • Identify candidate stub entries (stub: true in frontmatter) that Hugh can flesh out as a first contribution.

Timeline

  • 2026-06-06 | /wiki added to progress.org main nav menu by Hugh (Ghost Admin API). Wiki is now publicly accessible as a nav item at /wiki/. Same session: Collections item removed from nav at Floyd’s request. Final nav: Home · Articles · Learn · Wiki · About. [Source: Hugh session a8123685, 2026-06-06]
  • 2026-06-06 | PR #15 filed, merged, and deployed to main (floydmari/progress-org-theme) with mobile CSS fixes for the wiki. Zero mobile CSS existed for wiki-masthead, wiki-summary, wiki-entry-head, wiki-entry-body, contribute-strip. Added responsive blocks at 720px and 480px breakpoints. Deployed via GitHub Actions (pushed directly to main after PAT auth issues with PR flow). Now live on progress.org/wiki. [Source: Hugh session a8123685, 2026-06-06]
  • 2026-06-05 | Floyd announced the repo on Slack and asked Hugh to review the update path. Hugh reviewed repo, sync script, and Ghost integration; documented workflow + Ghost gotchas + key question. Floyd clarified key reuse. Workflow confirmed clear; awaiting answers on auto-deploy GH Action + local-clone preference. [Source: Hugh sessions 87060c86 + 9e0a19ff, 2026-06-05]

See Also