You can automatically deploy static pages linking CSV feed URL to a previously created HTML template.
Feed structure
This feed should contain at least the same variables as your template. For example:
If your template has title, description and form variables, your CSV feed should be something like this:
It's highly recommended to add a slug column where you can specify the slug you want for every page, otherwise you have select a column where Arengu will slugify the content to generate a slug for that page. For example, Page title 1 will be turned to page-title-1.
Scheduler
A scheduler can be configured inside Arengu to read a Source at certain intervals (eg. every 6 hours) to automatically create/update/delete pages based on the values of the feed.
By default, every time the scheduler reads the feed it deploys again all the pages of that feed so, in order to optimize the deployment of a high volume of pages, it's highly recommended to add a new column to specify the latest update date of your page. You can name and format it as you want. For example:
The scheduler will omit pages that have not been modified since the latest deployment.
Pages that are built using a Source can't be manually deleted or updated. Any changes should be done from the feed.