`microsite / tlSitePreview` does not show the static website correctly
Hombre-x opened this issue · 2 comments
Hombre-x commented
When running the SBT command microsite / tlSitePreview
on the root project folder, the generated site does not show the contents properly, although microsite / tlSite
works as usual.
A screenshot of the site after running the command:
As @TonioGela pointed out, looks like it is not placing the correct files in the intended folder.
armanbilge commented
Note that FS2 doesn't actually use Laika. But I wanted to use the existing sbt-typelevel-site plugin for publishing / CI infrastructure so I just kind of hacked it.
Lines 489 to 492 in 9b1b27c
That's why tlSitePreview
is broken.
TonioGela commented
Asking since I'mcurious: are we considering using laika for the fs2 doc site too?