Hi Everyone,
I want to create a text file that will contain various information about the build. So something like,
This was built with Jekyll {{ jekyll.version }}
But the only commands I’ve come across are the above and jekyll.environment
I’m looking for things like, jekyll.theme.version
which would output minima 1.0.0
for example.
Does anyone know where I can find all possible options for jekyll.OPTION
and/or how to go about creating a build info file in _site
.