@jayzawrotny Would you have any idea of what this could mean? I switched to Java 8 to avoid the previous bugs...
java.io.FileNotFoundException: Could not locate site/core__init.class, site/core.clj or site/core.cljc on classpath.
clojure.lang.ExceptionInfo: Could not locate site/core__init.class, site/core.clj or site/core.cljc on classpath.
line: 23
Do you have (set-env! :source-paths #{"src" "content"})
in your build.boot file?
TBH I ran into trouble following the guide early on as well and found myself just using the examples/blog instead. That change may fix it, if you can confirm it I’ll create a PR to fix it unless you would like to.
Thanks again, @jayzawrotny! 😄 Don't worry about the PR. I have been updating the Getting Started guide as I bump into problems. I have already opened a PR and will submit it when ready.
Awesome, thanks for the help. This project could use a few hands 🙂