From fda938d2b136380265e2be5b7a6cbe5a6e5870d1 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 2 Mar 2026 16:32:12 -0500 Subject: [PATCH] feat: convert from mdbook to Grav format - Rename src/ to pages/ - Add Grav frontmatter to markdown files - Create numbered folder structure - Remove mdbook-specific files Migration from mdbook to Grav CMS. --- book.toml | 6 ------ src/introduction.md => pages/01.home/default.md | 5 +++++ src/SUMMARY.md | 3 --- 3 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 book.toml rename src/introduction.md => pages/01.home/default.md (79%) delete mode 100644 src/SUMMARY.md diff --git a/book.toml b/book.toml deleted file mode 100644 index 5c7e581..0000000 --- a/book.toml +++ /dev/null @@ -1,6 +0,0 @@ -[book] -authors = ["Charles N Wyble"] -language = "en" -multilingual = false -src = "src" -title = "AP4AP.org - Business/Product/Operations Plan" diff --git a/src/introduction.md b/pages/01.home/default.md similarity index 79% rename from src/introduction.md rename to pages/01.home/default.md index b123412..12a7424 100644 --- a/src/introduction.md +++ b/pages/01.home/default.md @@ -1,3 +1,8 @@ +--- +title: 'Actual People For Actual People (AP4AP.org) - Business/Operations/Product Plan - Introduction' +menu: 'Actual People For Actual People (AP4AP.org) - Business/Operations/Product Plan - Introduction' +--- + # Actual People For Actual People (AP4AP.org) - Business/Operations/Product Plan - Introduction ## Executive Summary for AP4AP diff --git a/src/SUMMARY.md b/src/SUMMARY.md deleted file mode 100644 index 8f74441..0000000 --- a/src/SUMMARY.md +++ /dev/null @@ -1,3 +0,0 @@ -# Introduction - -- [Introduction](./introduction.md)