- there is no config file, can’t have a jekyll site without one
- the assets folder should not have an underscore at the beginning, folders with an underscore at the beginning are generally ignored by jekyll, so rename it to just
assets
and it should work (assuming you find the config file).