About
The templates support the creation of a slot page in order to modify a page layout.
For instance, most of them support a page header slot in order to modify the page header (the top location of your pages)
This is where we will create a menu bar.
Steps
- Go to this URL http://localhost:8080/doku.php?id=slot_header to create a page called :slot_header at the home level
- You will see the menu bar of the starter site.
You can:
- modify it
- or enter a more complicated example. If you have uploaded a icon in the Favicon step, a minimal header slot with a menu bar would look like:
<menubar breakpoint="lg">
<brand title="My Brand">
<icon name="logo.svg" />
My Brand name
</brand>
<collapse>
<group expand="true">
<dropdown name="Menu">
[[#|item]]
[[#|item]]
</dropdown>
</group>
<btn shadow="true" color="white">[[getting_started:getting_started|Get Started]]</btn>
<search/>
</collapse>
</menubar>
More … see the menu bar page
Next Step
In the same way, you can also modify the page footer with the following link: http://localhost:8080/doku.php?id=slot_footer
In the next step, we will store your site as combo site in Git.