Why are site variables in a Jekyll remote_theme's `_config` file not accessible?
问题 According to this, "Jekyll will read-in a _config.yml at the root of the theme-gem and merge its data into the site’s existing configuration data." But I've created a theme with a config that looks like this: And I'm referencing the variables like this in my theme's css: (Notice empty frontmatter and liquid tag on last line.) And the result comes out like this in the rendered site: (Notice the emptystring where my liquid tag used to be.) If I put the variables in the _config of my site rather