17 lines
388 B
YAML
Raw Normal View History

2021-01-13 18:58:23 -05:00
#Documentation located here: https://github.com/forestryio/jekyll-menus
---
header:
- url: /
title: Home
identifier: header
2022-11-24 17:01:58 -05:00
pre: <i class="fas fa-home fa-1x"></i>
- url: /blog
2021-01-13 18:58:23 -05:00
title: Journal
identifier: header
2022-11-24 17:01:58 -05:00
pre: <i class="fas fa-newspaper fa-1x"></i>
- url: /products
title: Shop
identifier: header
pre: <i class="fas fa-store fa-1x"></i>
2021-01-13 18:58:23 -05:00
---