- Create a folder in
pages/with the name of the page. - Create a
index.phpin the newly created folder.
- Create a
.scssfile with the name of the page insrc/scss/. - Add a
@importstatement tosrc/scss/main.scssto import the new file.
<div class="page-name">
<p>Page content goes here.</p>
</div>