A script to continually sync and merge tutorial content, theme, and Hugo config, and then start Hugo in 'serve' mode.
Assuming the following directory layout:
$ tree . -L
.
├── cf-and-k8s
├── harness
├── hugo-whisper-theme
├── trycf
└── tutorials
Within the harness
directory run the following to sync files and start Hugo:
TUTORIAL=trycf ./run.sh
CTRL+c
to exit, and git clean -fdfx
to remove sync'd files.