> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/starlite-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/starlite-documentation/overview/template-blog.md).

# Template- Blog

### Configure blogs

Select the customize theme option. At the top of the page, click the dropdown menu to select the Page **template.**

From the left side menu, select **Default Blog>Blog.**

Customize the section by utilizing the settings on the right side of the theme editor, as described below;

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Show article published date</td><td>Select the checkbox to show/hide blog publication date.</td></tr><tr><td>Show post author</td><td>Select the checkbox to show/hide details about the article's author. </td></tr><tr><td>Show article tags</td><td>Select the checkbox to show article tags.</td></tr><tr><td>Show article excerpt</td><td> Select the checkbox to show/hide article excerpts.</td></tr><tr><td>Show article comments count</td><td> Select the checkbox to show/hide the article comments count.</td></tr><tr><td>Heading alignment</td><td>Select the heading alignment from the options:<br>- Left<br>- Center<br>- Right</td></tr><tr><td>Post per page</td><td>Adjust the slider to show the posts between 3 and 24 on one page.</td></tr><tr><td>Grid image ratio</td><td><p>Select the image ratio from the given options:</p><ol><li>Auto</li><li>Landscape</li><li>Portrait</li><li>Square</li></ol></td></tr><tr><td>COLOR</td><td><p>Color scheme<br>Select the color scheme from the given options; </p><p>-Primary  <br>-Secondary  </p><p>-Tertiary  </p><p>-Quaternary</p><p> </p><p><em>Note: These can be managed from Theme settings> color schemes.</em></p></td></tr><tr><td>SECTION SPACING</td><td><p><strong>Top spacing (desktop)</strong>  </p><p>Adjust the slider to add spacing at the top of the section for desktop view.</p><p>  </p><p><strong>Bottom spacing (desktop)</strong></p><p>Adjust the slider to add spacing at the bottom of the section for desktop view.  </p><p>   </p><p><strong>Top spacing (mobile)</strong></p><p>Adjust the slider to add spacing at the top of the section for mobile view.     </p><p>  </p><p><strong>Bottom spacing (mobile)</strong></p><p>Adjust the slider to add spacing at the bottom of the section for mobile view. </p></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://shinedezign.gitbook.io/starlite-documentation/overview/template-blog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
