-
|
Hi! I'm getting the error in my attempts to use Laika and I don't understand why this is the case. I have a directory of markdown files and a I don't have a I have tried renaming files, setting I'm using Laika 0.18.2 via sbt in a Scala 3.1.2 project. The code is at https://github.com/creativescala/creative-scala/tree/laika and the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
The error comes from using the default Helium theme without a home page. The default template has a top navigation bar with a home icon in the middle. There are two options, depending on what you want to do:
The real problem here is that the error message is so incredibly unhelpful (not pointing to the actual underlying cause at all). I will see if I can find a way to detect this scenario in version 0.19. |
Beta Was this translation helpful? Give feedback.
-
|
(coming from #320) I think my case is a legitimate bug after all...? :) |
Beta Was this translation helpful? Give feedback.
The error comes from using the default Helium theme without a home page. The default template has a top navigation bar with a home icon in the middle. There are two options, depending on what you want to do:
index.md. If this is what the icon link should point to, you can simply rename it toREADME.md. It will be translated toindex.htmlwhen rendering. This name translation exists to make the setup for Markdown sources more Github-friendly.The real problem here is that the error …