From 6fa51d0d44248b8a6c3ca1a018d456b457b9ddf6 Mon Sep 17 00:00:00 2001 From: ptarrant Date: Fri, 26 Jun 2026 15:33:11 -0500 Subject: [PATCH] Group library into topic folders (pdfs/demonology, md/demonology) Topic-per-subfolder layout so the same workflow scales to other subjects. Converter already mirrors structure; rerun is a no-op (idempotent). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 3 ++- ...ons, Fairies, Fallen Angels and Other Subversive Spirits.md | 0 ... Mirrors_ Azazel and Satanael in Early Jewish Demonology.md | 0 ...arl Barth and Merrill Ungers Perspectives on the Demonic.md | 0 ...Fallen Angels in the Light of the Old and New Testaments.md | 0 ...the Original Text of Daemonologie and News from Scotland.md | 0 .../The Encyclopedia Of Demons And Demonology.md | 0 7 files changed, 2 insertions(+), 1 deletion(-) rename md/{ => demonology}/A Field Guide to Demons, Fairies, Fallen Angels and Other Subversive Spirits.md (100%) rename md/{ => demonology}/Dark Mirrors_ Azazel and Satanael in Early Jewish Demonology.md (100%) rename md/{ => demonology}/Personal or Impersonal_ An Analysis of Karl Barth and Merrill Ungers Perspectives on the Demonic.md (100%) rename md/{ => demonology}/Spiritism and the Fallen Angels in the Light of the Old and New Testaments.md (100%) rename md/{ => demonology}/The Demonology of King James I_ Includes the Original Text of Daemonologie and News from Scotland.md (100%) rename md/{ => demonology}/The Encyclopedia Of Demons And Demonology.md (100%) diff --git a/README.md b/README.md index 6c65505..7ec01f0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ demonology/ Group PDFs into topic subfolders under `pdfs/` (e.g. `pdfs/angelology/`). The converter mirrors that structure into `md/`. A flat `pdfs/` (no subfolders) works -too — it just produces a flat `md/`. Currently all PDFs sit directly in `pdfs/`. +too — it just produces a flat `md/`. Current topics: `demonology/`. Add more by +creating a new `pdfs//` and dropping PDFs in. > **PDFs are gitignored.** They are large and copyrighted, so only the generated > markdown is committed. Keep your PDFs backed up outside git. To version the diff --git a/md/A Field Guide to Demons, Fairies, Fallen Angels and Other Subversive Spirits.md b/md/demonology/A Field Guide to Demons, Fairies, Fallen Angels and Other Subversive Spirits.md similarity index 100% rename from md/A Field Guide to Demons, Fairies, Fallen Angels and Other Subversive Spirits.md rename to md/demonology/A Field Guide to Demons, Fairies, Fallen Angels and Other Subversive Spirits.md diff --git a/md/Dark Mirrors_ Azazel and Satanael in Early Jewish Demonology.md b/md/demonology/Dark Mirrors_ Azazel and Satanael in Early Jewish Demonology.md similarity index 100% rename from md/Dark Mirrors_ Azazel and Satanael in Early Jewish Demonology.md rename to md/demonology/Dark Mirrors_ Azazel and Satanael in Early Jewish Demonology.md diff --git a/md/Personal or Impersonal_ An Analysis of Karl Barth and Merrill Ungers Perspectives on the Demonic.md b/md/demonology/Personal or Impersonal_ An Analysis of Karl Barth and Merrill Ungers Perspectives on the Demonic.md similarity index 100% rename from md/Personal or Impersonal_ An Analysis of Karl Barth and Merrill Ungers Perspectives on the Demonic.md rename to md/demonology/Personal or Impersonal_ An Analysis of Karl Barth and Merrill Ungers Perspectives on the Demonic.md diff --git a/md/Spiritism and the Fallen Angels in the Light of the Old and New Testaments.md b/md/demonology/Spiritism and the Fallen Angels in the Light of the Old and New Testaments.md similarity index 100% rename from md/Spiritism and the Fallen Angels in the Light of the Old and New Testaments.md rename to md/demonology/Spiritism and the Fallen Angels in the Light of the Old and New Testaments.md diff --git a/md/The Demonology of King James I_ Includes the Original Text of Daemonologie and News from Scotland.md b/md/demonology/The Demonology of King James I_ Includes the Original Text of Daemonologie and News from Scotland.md similarity index 100% rename from md/The Demonology of King James I_ Includes the Original Text of Daemonologie and News from Scotland.md rename to md/demonology/The Demonology of King James I_ Includes the Original Text of Daemonologie and News from Scotland.md diff --git a/md/The Encyclopedia Of Demons And Demonology.md b/md/demonology/The Encyclopedia Of Demons And Demonology.md similarity index 100% rename from md/The Encyclopedia Of Demons And Demonology.md rename to md/demonology/The Encyclopedia Of Demons And Demonology.md