Compare commits

...

4 Commits

Author SHA1 Message Date
Charles N Wyble
fda938d2b1 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.
2026-03-02 16:32:12 -05:00
b8603566b8 pipeline changes 2025-07-11 23:51:25 -05:00
f238451d01 the pipeline begins to emerge 2025-07-11 15:04:07 -05:00
193e679d11 roll up commit 2025-07-11 14:50:14 -05:00
4 changed files with 38 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
book
.vscode/sftp.json

6
BuildAndShip.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mdbook \
build \
. \
-d book

7
dev.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
mdbook \
serve \
. \
-p 3001 \
-d book \

23
pages/01.home/default.md Normal file
View File

@@ -0,0 +1,23 @@
---
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
Ap4ap is a ground up take on person to person connection.
- Personal friendship connection
- Personal romantic connection
- Co-founder connection
- Marketplace for products and services
Its meant to grow organically. See: <https://lobste.rs/about> for the core inspiration of how we want Ap4ap to grow. We are putting our own twist on it with in person connection required and having meetups and offline activities be at the core.
## Reduction to practice
- [GIT Organization](https://git.knownelement.com/Ap4Ap.org)
- [Discourse category](https://community.turnsys.com/c/forprofit/ap4ap-org/30)
- [AP4AP Redmine Project](https://projects.knownelement.com/projects/ap4ap-org)