Using content from a different directory
If your Markdown files (content) are stored in a directory other than the default ./content/, specify the content directory using the --content option:
ibis-next build --pdf --content=./your-content-directory
or, using the shorter form with the -c option:
ibis-next build --pdf -c ./your-content-directory
(content directory) = flag -c or --content
Using content from a different directory
If your Markdown files (content) are stored in a directory other than the default
./content/, specify the content directory using the--contentoption:or, using the shorter form with the
-coption:(content directory) = flag
-cor--content