To create a new page:
- Manually add a
<li>
element to<ol class="menu-list">
- Sub pages belong as a
<li>
element under a nested<ol class=“inner-list”>
- Sub pages belong as a
- Manually add a page{order of page}.html file to the pages directory. E.g If your page is the 7th page, it should belong in pages/page7.html
- Set titles for subpages within the html file as
<div class="page-header">
<div class="numberbox"><Page Number with decimal Goes Here> </div>
<div class="title">
<h1>
<Page Title Goes Here>
</h1>
</div>
</div>