Skip to content

Commit a9ad8c5

Browse files
authored
Merge pull request #11 from acm-rep/carlosm-2025
include 2025
2 parents ee9c970 + 12ddf45 commit a9ad8c5

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@ on:
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-22.04
12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
1214
steps:
13-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1416
with:
1517
submodules: true # Fetch Hugo themes (true OR recursive)
1618
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1719

1820
- name: Setup Hugo
1921
uses: peaceiris/actions-hugo@v2
2022
with:
21-
hugo-version: 'latest'
23+
hugo-version: '0.119.0'
2224
extended: true
2325

2426
- name: Build

config/_default/menus.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,22 @@ main:
77
- name: Events
88
identifier: events
99
weight: 10
10+
- name: ACM REP 2025
11+
parent: events
12+
url: https://acm-rep.github.io/2025
13+
weight: 10
1014
- name: ACM REP 2024
1115
parent: events
1216
url: https://acm-rep.github.io/2024
13-
weight: 10
17+
weight: 20
1418
- name: ACM REP 2023
1519
parent: events
1620
url: https://acm-rep.github.io/2023
17-
weight: 20
21+
weight: 30
1822
- name: History
1923
parent: events
2024
url: history
21-
weight: 20
25+
weight: 40
2226
- name: Blog
2327
url: "#blog"
2428
weight: 15

content/home/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ title: "ACM REP"
1010
hero_media: "acm.png"
1111

1212
cta:
13-
url: "https://acm-rep.github.io/2024"
14-
label: "ACM REP 2024"
13+
url: "https://acm-rep.github.io/2025"
14+
label: "ACM REP 2025"
1515

1616
#hero_media: welcome.jpg
1717
design:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.15
55
require (
66
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
77
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
8-
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect
8+
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230418194707-ca2775cd57a2 // indirect
99
)

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
publish = "public"
44

55
[build.environment]
6-
HUGO_VERSION = "0.97.3"
6+
HUGO_VERSION = "0.119.0"
77
HUGO_ENABLEGITINFO = "true"
88

99
[context.production.environment]

0 commit comments

Comments
 (0)