strogonoff / jekyll-theme-eva

Jekyll theme for artist’s portfolio
MIT License
0 stars 0 forks source link

Get rid of the need to manually copy over plugins and includes #3

Open strogonoff opened 6 years ago

strogonoff commented 6 years ago

This (1) adds unnecessary steps and (2) robs theme users of ability to have plugins/includes auto-updated alongside new theme releases.

Options:

strogonoff commented 6 years ago

To investigate: the issue with relative includes may be possible to eliminate by adding includes_dir: . to site’s _config.yml, and using the regular non-relative include henceforth.

strogonoff commented 6 years ago

To investigate: the issue with the plugins may be possible to eliminate by bundling a separate plugin gem, and making it required by the theme.