Is it possible calling configuration of site.config in markdown page as follows?
YAML
title: Mobile Phones Specifications
content:
items: '@self.children'
order:
by: header.modified
dir: desc
pagination: true
limit: site.config.pagination_mobiles_per_page_count
---