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.
This commit is contained in:
Charles N Wyble
2026-03-02 16:32:13 -05:00
parent 643b6868b3
commit 073581f835
13 changed files with 51 additions and 19 deletions

View File

@@ -1,6 +0,0 @@
[book]
authors = ["Charles N Wyble"]
language = "en"
multilingual = false
src = "src"
title = "Starting Line Productions - Business/Product/Operations Plan"

View File

@@ -1,3 +1,8 @@
---
title: 'StartingLineProductions.com (non HQ franchies) '
menu: 'StartingLineProductions.com (non HQ franchies) '
---
# StartingLineProductions.com (non HQ franchies)
## StartingLineProductions.com Executive Summary

View File

@@ -0,0 +1,6 @@
---
title: 'Chapter 1'
menu: 'Chapter 1'
---
# Chapter 1

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — Week 1 Plan (TueFri)'
menu: 'STLP — Week 1 Plan (TueFri)'
---
# STLP — Week 1 Plan (TueFri)
Targets

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — 90Day Plan (Draft)'
menu: 'STLP — 90Day Plan (Draft)'
---
# STLP — 90Day Plan (Draft)
Phase 1: Weeks 12 (Cash-in)

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — Questions (answer inline)'
menu: 'STLP — Questions (answer inline)'
---
# STLP — Questions (answer inline)
Positioning

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — Website Tech Plan (MVP)'
menu: 'STLP — Website Tech Plan (MVP)'
---
# STLP — Website Tech Plan (MVP)
Objective

View File

@@ -1,3 +1,8 @@
---
title: 'StartingLineProductions (STLP) — STEP0'
menu: 'StartingLineProductions (STLP) — STEP0'
---
# StartingLineProductions (STLP) — STEP0
Goal

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — Marketing & Sales Plan (Draft)'
menu: 'STLP — Marketing & Sales Plan (Draft)'
---
# STLP — Marketing & Sales Plan (Draft)
Week 1 (TueFri) Actions

View File

@@ -1,3 +1,8 @@
---
title: 'STLP — Initial Offers (Draft)'
menu: 'STLP — Initial Offers (Draft)'
---
# STLP — Initial Offers (Draft)
Offer Ladder (start simple; refine after week 1)

View File

@@ -1,3 +1,8 @@
---
title: 'Fast-Track Execution'
menu: 'Fast-Track Execution'
---
# Fast-Track Execution
Objective

View File

@@ -1,12 +0,0 @@
# Summary
- [Chapter 1](./chapter_1.md)
## STLP — StartingLineProductions
- [Fast-Track Execution](./stlp/fast-track-execution.md)
- [Questions](./stlp/questions.md)
- [Offers](./stlp/offers.md)
- [Marketing & Sales Plan](./stlp/marketing-sales-plan.md)
- [Website Tech Plan](./stlp/website-tech-plan.md)
- [90-Day Plan](./stlp/90-day-plan.md)
- [Week 1 Plan](./stlp/week-1-plan.md)

View File

@@ -1 +0,0 @@
# Chapter 1