Hello,
my goal ist to create a page with workshop material.
Let’s say level four as in the example in the Page Organisation is the layer where the actual lessons are (page-4-a.md
for example is a single lession).
Then I want to have another file page-4-a-slides.md
which
- uses Reveal-Hugo as template
- is accessible from the lesson page, but not visible in the navigation.
My goal is that each lesson page contains reading material for the students, and this page also contains a link to the according slides. The lesson slides should not have their own link in the navigation menu.
For that, I found the documentation topic Tutorial: Add a Reveal.js presentation to an existing Hugo site.
The slides are rendering when I have a separate “slides” folder inside the lesson:
But in the Relearn theme menu I see the slides now as a sub-topic below the session - I get the slides rendered, but this representation/linking is not what I want…
They are not rendering when slides.md
is side by side to the _index files.
In that case, I also get an unwanted subtopic in the menu…
and the link does not work (http://localhost:1313/basics/configuration/slides.html does not get created at all).
(Output format as documented here is already set )
Correct me please, but in order to have shared page resources for both the slides and the docs (when I change an image in the docs, it should also update in the slides), I guess I would have to create a leaf bundle (with index.md
) for each lesson. But for Relearn I need branch bundles (_index.md
) instead of leafs.
Can you help me understanding my error?
Thanks a lot! Regards,
Simon
P.S.: Both themes are installed and activated:
theme = ["relearn", "reveal"]