perun

Discuss perun static site generator
allentiak 2019-02-11T04:02:15.038600Z

@jayzawrotny Would you have any idea of what this could mean? I switched to Java 8 to avoid the previous bugs...

allentiak 2019-02-11T04:03:04.038800Z

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

2019-02-11T06:15:27.001300Z

Do you have (set-env! :source-paths #{"src" "content"}) in your build.boot file?

2019-02-11T06:17:31.002400Z

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.

allentiak 2019-02-11T11:29:15.004400Z

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.

1👍
2019-02-11T23:23:37.005Z

Awesome, thanks for the help. This project could use a few hands 🙂

1👍