Open garymm opened 3 years ago
Hi, @garymm! Thank you for the report.
It seems that jekyll does not react to the custom styles directory and does not see the files there. I changed the theme so that the styles work again. I recommend writing the following in _config.yml
:
remote_theme: redVi/voyager
plugins:
- jekyll-remote-theme
images: '/assets/images'
Some templates (such as archive.md
or about.md
) will have to be copied from the theme to the root of your project manually.
Thanks for the theme. It looks nice!
I'm trying to use this theme via jekyll-remote-theme.
Here's the relevant code from my _config.yaml:
Here's the error I see:
Thanks for any help!