Skip to content

Commit 811b902

Browse files
authored
Merge branch 'main' into port-tools
2 parents def6db2 + 65d3410 commit 811b902

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

config/_default/menus.yaml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,16 @@ main:
4646
weight: 1
4747
url: "news/"
4848
parent: "Community"
49-
- name: "Events"
50-
weight: 2
51-
url: "events/"
52-
parent: "Community"
5349
- name: "Enhancement Proposals"
54-
weight: 3
50+
weight: 2
5551
url: "https://github.com/nwb-extensions/nwbep-review/"
5652
parent: "Community"
5753
- name: "Working Groups"
58-
weight: 4
54+
weight: 3
5955
url: "working-groups/"
6056
parent: "Community"
6157
- name: "Team"
62-
weight: 5
58+
weight: 4
6359
url: "team/"
6460
parent: "Community"
6561

@@ -105,14 +101,11 @@ community_links:
105101
- name: "News & Updates"
106102
weight: 1
107103
url: "/news"
108-
- name: "Events"
109-
weight: 2
110-
url: "/events"
111104
- name: "Working Groups"
112-
weight: 3
105+
weight: 2
113106
url: "/working-groups"
114107
- name: "Contact Us"
115-
weight: 4
108+
weight: 3
116109
url: "/contact-us"
117110

118111
resources:

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
publish = 'public'
33
command = 'hugo --gc --minify && npm_config_yes=true npx pagefind --site "public"'
44

5+
[build.environment]
6+
HUGO_VERSION = "0.135.0"
7+
58
#[[plugins]]
6-
#package = 'netlify-plugin-image-optim'
9+
#package = 'netlify-plugin-image-optim'

0 commit comments

Comments
 (0)