From dbc85f9be2f59c3fc51c9fc274a9cb5bcd03687b Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Sun, 8 Dec 2024 07:38:18 -0500 Subject: [PATCH] add Demo to menu, add weights back Without weights, the menu is sorted by name. --- hugo.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/hugo.yml b/hugo.yml index d2c4e33..2baf71e 100644 --- a/hugo.yml +++ b/hugo.yml @@ -6,14 +6,22 @@ menu: main: - name: About url: /about/ + weight: 10 - name: Community url: /community/ - - name: Blog - url: /blog/ + weight: 20 + - name: Demo + url: /#try-the-dataverse-software + weight: 30 - name: Download url: /#installing-the-software + weight: 40 + - name: Blog + url: /blog/ + weight: 50 - name: GitHub url: https://github.com/IQSS/dataverse + weight: 60 markup: goldmark: renderer: