Compare commits

...

5 Commits

Author SHA1 Message Date
Charles N Wyble
939412f7a2 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
69e0fe555b pipeline changes 2025-07-11 23:51:24 -05:00
c111182f7d the pipeline begins 2025-07-11 15:03:42 -05:00
c1fb601011 . 2025-01-09 11:01:01 -06:00
cd99a195ca first cut 2025-01-06 15:46:25 -06:00
4 changed files with 33 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 \

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

@@ -0,0 +1,18 @@
---
title: 'Americans For A Better Network(AFABN)/ The Free Network Foundation (FNF) - Business/Operations/Product Plan - Introduction'
menu: 'Americans For A Better Network(AFABN)/ The Free Network Foundation (FNF) - Business/Operations/Product Plan - Introduction'
---
# Americans For A Better Network(AFABN)/ The Free Network Foundation (FNF) - Business/Operations/Product Plan - Introduction
## Executive Summary for AFABN/FNF
- TX non profit corporation with intent to become education 501c3
- Education 501c3 (AFABN/FNF)
## Reduction to practice
- [GIT Organization](https://git.knownelement.com/org/AFABN/dashboard)
- [Discourse category](https://community.turnsys.com/c/commons/afabn/5)
- [AFABN Redmine Project](https://projects.knownelement.com/projects/americans-for-a-better-network)
- [FNF Redmine Project](https://projects.knownelement.com/projects/the-free-network-foundation)