From c2bf4dbea3b27b8b33ff3ffb5299a529c2a87c13 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Sun, 8 Dec 2024 07:30:11 -0500 Subject: [PATCH] simplify menu by removing unnecessary properties See https://gohugo.io/content-management/menus/ --- hugo.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/hugo.yml b/hugo.yml index d5175e8..d2c4e33 100644 --- a/hugo.yml +++ b/hugo.yml @@ -4,26 +4,16 @@ title: The Dataverse Project theme: PaperMod menu: main: - - identifier: about - name: About + - name: About url: /about/ - weight: 10 - - identifier: community - name: Community + - name: Community url: /community/ - weight: 20 - - identifier: blog - name: Blog + - name: Blog url: /blog/ - weight: 30 - - identifier: download - name: Download + - name: Download url: /#installing-the-software - weight: 40 - - identifier: github - name: GitHub + - name: GitHub url: https://github.com/IQSS/dataverse - weight: 50 markup: goldmark: renderer: