2021-09-23 10:01:54 +00:00
---
title: Menus
date: 2021-05-23T20:00:00+01:00
authors:
- john-doe
tags:
- Documentation
- Usage
---
The theme supports different kinds of menus.
<!-- more -->
### Extra menu
If you want to customize the menus (header and footer), this can be achieved by a data file. This file needs to be written in YAML and placed at data/menu/extra.yml.
**Example:**
2023-06-22 08:52:32 +00:00
```yaml
2021-09-23 10:01:54 +00:00
---
header:
- name: Github Profile
icon: gblog_github
ref: "https://github.com/xoxys"
external: true
footer:
2022-07-11 14:04:05 +00:00
- name: About
2021-09-23 10:01:54 +00:00
icon: gblog_email
2022-07-11 14:04:05 +00:00
ref: "/about"
2021-09-23 10:01:54 +00:00
```