- Flatten structure: pages/{fqdn}/pages/ -> pages/{fqdn}/
(etc)
- Updated setup.php for point directly at user/pages/{hostname}/
(envPath . '/pages')
- Git sync will sync 'pages/' folder to user/pages/
Assisted-by: GLM-5 via Crush <crush@charm.land>
8 lines
70 B
Bash
8 lines
70 B
Bash
#!/bin/bash
|
|
|
|
mdbook \
|
|
serve \
|
|
. \
|
|
-p 3001 \
|
|
-d book \
|