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.
You can:
<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
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.