Genereto offers many configuration options to customize your site generation.
You can specify custom template paths and configure blog settings:
template: main
template_base_path: ./custom-templates
blog:
base_template: article.html
generate_single_pages: true
Add any custom fields to your content metadata and access them in templates using $GENERETO['field_name']
.