strapi: # Your API endpoint (optional, default to http://localhost:1337) endpoint: http://localhost:1337 # Collections, key is used to access in the strapi.collections # template variable collections: # Example for a "posts" collection posts: # Collection name (optional) type: post # Permalink used to generate the output files (eg. /posts/:id). permalink: /posts/:slug/ # Layout file for this collection layout: post.html # Generate output files or not (default: false) output: true