Closed j-harg closed 3 years ago
Hey @j-harg, this was fixed in https://github.com/daviddarnes/alembic/issues/165. I changed the main repo from master
to main
, which caused the bug shown in https://github.com/benbalter/jekyll-remote-theme/issues/84 to show up. Quickest fix is to add @main
to the end of the value on the remote_theme
key in your config. You can also refer to the kit I recently updated here https://github.com/daviddarnes/alembic-kit
Hope this helps!
Awesome - thanks! Soz, should have looked that the older issues. Thanks again
[Question]
Morning. Been using Alembic as a remote theme on GH pages successfully until a few weeks ago - adding more content this morning and it fails to build locally (and GH pages).
Building locally with
bundle exec jekyll serve
givesNo known changes on my side - so many apologies if being very dim. Noticed that there was a recent version bump to 4.1.0 a couple of weeks ago and wondering if that is related, but looking at the changes it doesn't seem likely. Any pointers would be much appreciated.