mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-10-31 18:30:43 +00:00
558 B
558 B
title | date | authors | tags | |||
---|---|---|---|---|---|---|
Menus | 2021-05-23T20:00:00+01:00 |
|
|
The theme supports different kinds of menus.
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:
---
header:
- name: Github Profile
icon: gblog_github
ref: "https://github.com/xoxys"
external: true
footer:
- name: About
icon: gblog_email
ref: "/about"