Since the release of 0.2.0, the following template variable names are reserved and managed by stakx.
this
site
data
collections
menu
pages
repeaters
PR #113 introduces a new redirects global variable, which could conflict with any existing templates that use redirects as a variable name; this is a huge problem for BC. How should this be handled?
- Follow Jekyll and stuff everything into
site
- However, this poses the exact same problem but with
site conflicting with configuration file keys.
- Global variables are prefixed so they become
stakx_site or stakx.site
- Cross our fingers and hope no one complains or has used
redirects as a variable name
Since the release of 0.2.0, the following template variable names are reserved and managed by stakx.
thissitedatacollectionsmenupagesrepeatersPR #113 introduces a new
redirectsglobal variable, which could conflict with any existing templates that useredirectsas a variable name; this is a huge problem for BC. How should this be handled?sitesiteconflicting with configuration file keys.stakx_siteorstakx.siteredirectsas a variable name