-
Notifications
You must be signed in to change notification settings - Fork 6
Customizing starting pages
Pedro Matheus edited this page Sep 25, 2018
·
1 revision
Edit the file startingPages.xml located at settings folder. It contains the following code:
<?xml version="1.0" encoding="UTF-8"?>
<pages>
<div>
<p style="margin-left:100px; margin-right:100px; margin-bottom:20px; margin-top:50px;">
Page 1: Example
</p>
</div>
<div>
<p style="margin-left:100px; margin-right:100px; margin-bottom:20px; margin-top:50px;">
Page 2: Add how many pages you wish
</p>
</div>
<div>
<p style="margin-left:100px; margin-right:100px; margin-bottom:20px; margin-top:50px;">
Page 3: by editing startingPages.xml file located at settings folder.
</p>
</div>
<div>
<h3>Page 4: With whatever formatting you wish, by using html tags.</h3>
</div>
</pages>
Each tag within <pages>
is a page. For example, here we have 4 <div>
tags within <pages>
, then we have 4 starting pages. Content is defined using HTML.