benbalter / retlab

A minimalist Jekyll theme for your personal site
http://ben.balter.com
MIT License
75 stars 36 forks source link

assets/vendor not found with remote-theme #13

Open DirtyF opened 6 years ago

DirtyF commented 6 years ago
Given I set up retlab as a remote-theme 
When I run `bundle exec jekyll serve`
Then the following errors appear in the terminal:

[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/anchor-js/anchor.min.js' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/turbolinks/dist/turbolinks.js' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/anchor-js/anchor.min.js' not found.
[2017-11-15 15:03:53] ERROR `/assets/img/header.jpg' not found.
[2017-11-15 15:03:53] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff2' not found.
[2017-11-15 15:03:53] ERROR `/blog/assets/vendor/turbolinks/dist/turbolinks.js' not found.
[2017-11-15 15:03:54] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.woff' not found.
[2017-11-15 15:03:54] ERROR `/assets/vendor/font-awesome/fonts/fontawesome-webfont.ttf' not found.
benbalter commented 6 years ago

Hmm. It looks like they need to be moved from https://github.com/benbalter/benbalter.github.com/tree/master/assets/vendor now that is is being used as a real theme (and not submoduled in). Good catch.

philoserf commented 9 months ago

This has not come up recently. It may be fixed w/o closing this issue.