Git Sync expects folders: pages/themes/plugins/config/data
Content now at data/content/{fqdn}/pages/
Assisted-by: GLM-5 via Crush <crush@charm.land>
7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/bash
|
|
|
|
mdbook \
|
|
build \
|
|
. \
|
|
-d book
|