The _pykari.yaml file provides configuration for a Pykari project. The default configuration file created with pykari --setup is:
build: _build
ignore:
- _build
source: .
static_ext:
- .css
- .js
- .jpg
- .png
build_build.ignore_build.source.md” extension in the source directory and all subdirectories, except those listed under ignore. Default: the project root directory (.).static_extstatic subdirectory in source to the static subdirectory in build. Defaults: CSS style sheets, JavaScript scripts, and JPG and PNG images.Refer to the guide to configuring your project for details about how to customize project settings.