Passing custom variables to the themes
I'd like to try creating a new theme. I've got the theme running as a starting point, and I'm finding a few places where I'd like to be able to pass some parameters, or custom strings for expansion in the template.
There are some things that I can configure already, for example, I can pass:
--head <
To specify a value for custom_head
Is there a way that I could pass, say, a json file as a parameter that would allow me to have additional values to expand? Or, to include a dictionary in the theme folder that would be parsed at runtime.
there's no way to do that currently, although you could possibly use environment variables?
@dh-- you could expand out the .jazzy.yml to include theme config variables?
Hey @dh--, have you made any progress with the theme? For ReSwift I only needed some preprocessing of the markdown files. I will look at creating a React based frontend soon to alleviate some of the need for template parameters, but it won't encompass every requirement or be a quick project.
Has any progress been made on this?