wax:pages
Wax:pages is the task responsible for generating a page for each of your collection items and is the simplest task to configure and use.
You can run the task with:
bundle exec rake wax:pages YOUR_COLLECTION_NAME
This will:
-
Look for the metadata file you specified in your
_config.yml
file undercollections
>YOUR_COLLECTION_NAME
>metadata
>source
(See: Updating your configuration) -
Generate a directory named after your collection prepended with an underscore (e.g.,
_qatar
or_your_collection_name
) -
Generate pages into that directory for each record named after its
pid
value