Fetch menus from YAML

This commit is contained in:
C. Lente 2023-02-09 17:28:32 -03:00
parent 7a4c8fd24b
commit 045c2e3495
No known key found for this signature in database
GPG key ID: B0B503C26E05781B
6 changed files with 23 additions and 19 deletions

View file

@ -1,3 +1,9 @@
---
title: "Home"
menu: "main"
weight: 1
---
# A match made in heaven
There is a website obesity crisis. Bloated websites full of scripts, ads, and trackers are slowing your readers down every time they try to read your well-crafted content.

View file

@ -0,0 +1,5 @@
---
title: "Blog"
menu: "main"
weight: 2
---