---
title: "Add an About Me Section to Grav Pages"
description: "When you create a blog, an About me section helps add personality to your content and brand. Below we cover how to add an About Me section to a Grav page. Add About Me Section Log into Grav. Install..."
url: https://www.inmotionhosting.com/support/website/website-design/about-me-section/
date: 2019-05-29
modified: 2021-08-16
author: "InMotion Hosting Contributor"
categories: ["Website Design"]
type: post
lang: en
---

# Add an About Me Section to Grav Pages

When you create a blog, an About me section helps add personality to your content and brand. Below we cover **how to add an About Me section to a Grav page**.

## Add About Me Section

1. Log into Grav.
2. [Install the **“About Me”** plugin](/support/edu/wordpress/install-grav-plugin/). [![Install About Me plugin](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-install.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-install.png)
3. Edit your About Me section. [![About Me plugin settings](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-settings.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-settings.png)
4. **Save** your changes in the upper-right.
5. [Create or edit a page](/support/website/website-design/edit-grav-pages/).
6. Add {% include ‘partials/aboutme.html.twig’ %} in the content section where you’d like to include the About section.
7. **Override twig settings**. Normal mode: in the advanced tab, check the Twig checkbox beside *Process* Expert mode: in the content tab, add the following to the bottom of the Frontmatter process:  markdown: true  twig: true [![Select Twig and save](https://www.inmotionhosting.com/support/images/stories/grav/grav-overrides-twig-normal.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-overrides-twig-normal.png) [![About Me plugin settings](https://www.inmotionhosting.com/support/images/stories/grav/grav-overrides-twig-expert.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-overrides-twig-expert.png)
8. Press **Save** in the upper-right corner.
9. View your website. [![page preview](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-preview.png)](https://www.inmotionhosting.com/support/images/stories/grav/grav-plugin-aboutme-preview.png)

Learn more about making the most of Grav with our [Support Center](/support/website/grav-backups/) and [Markdown coding guide](/support/website/website-design/understanding-markdown/).
