Can anyone share a link explaining how to access the config variables of a theme’s package.json, unsing handlebars (or anything adequate to process those values in an .hbs file)?
It surely is possible since:
“config”: {
“posts_per_page”: 10
}
is used.
thanks!