Project configuration is placed in config.py file:
SITE_*** - your site parametersIMAGE_MAX_WIDTH - max width of image inserted by image shortcode, if image is wider than this value, image is resized and could be displayed in modal lightboxIMAGE_GALLERY_THUMBNAIL_SIZE - size of image thumbnail in gallerySITE_NAVIGATION - navigation that can be used in templatesPAGE_DEFAULT_IMAGE - default page image that is used if there is no image in page's meta dataPAGE_DEFAULT_DESCRIPTION - default page description that is used if there is no description in page's meta dataDATETIME_FORMAT - date and time format (Python syntax)DATE_FORMAT - date format (Python syntax)TIME_FORMAT - time format (Python syntax)See example project's config for more details.