Skip to content

Landing page not generated #489

Answered by jenshalm
hmf asked this question in Q&A
Aug 11, 2023 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

Is there something else I must call/execute to generate the landing page just like the Transformer?

Yes, two things, the renderer must know the theme, too and ideally share the config of the parser:

Renderer
  .of(HTML)
  .withConfig(parser.config)
  .parallel[IO]
  .withTheme(tlSiteHeliumConfig.build)
  .build

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@hmf
Comment options

@jenshalm
Comment options

Answer selected by hmf
Comment options

You must be logged in to vote
1 reply
@jenshalm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants