Build CLI:
make build-cliClean playground output:
make playground-cleanBuild playground project:
make playground-buildServe playground:
make playground-serve-
inputDir– The raw path to the blog directory as provided by the user via the CLI.
It should only be used to resolve the normalized path (pathToBlog). -
pathToBlog– A path to the blog directory, resolved relative to the current working directory (cwd).
This should be used consistently throughout the codebase for all operations on the blog.