Skip to content

Commit e039e26

Browse files
authored
Merge pull request #56 from KGI4NFDI/dev
merge to main
2 parents 6da210a + 9edb5dd commit e039e26

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install Hugo
2222
run: |
23-
HUGO_VERSION=0.152.2 # Update if needed
23+
HUGO_VERSION=0.160.0 # Update if needed
2424
wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
2525
tar -xvzf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
2626
sudo mv hugo /usr/local/bin/hugo

content/consultancy/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ sections:
1414
- Send your consultancy requests via email to our mailing list: kgi4nfdi@lists.nfdi.de
1515
- Join our monthly KGI4NFDI Consultancy Hour for direct discussions and expert guidance.
1616
#### Consultancy Hour Schedule:
17-
- Note that the regular Consultancy Hour schedule is on pause from **July 2025** until **January 2026**. We hope to resume the sessions if the KGI service is approved for continued Integration Phase funding.
17+
1818
- :calendar: Every 3rd Wednesday of the month from **15:00** to **16:00**.
19+
- The next sessions will take place on 20.05.2026, 24.06.2026, and 22.07.2026.
1920
2021
To join, use this [:link: Zoom Meeting](https://uni-mannheim.zoom-x.de/j/62449660255?pwd=6qSJqyFH9RTquIxXcoKJCf0RVZbYdJ.1), or use the following details:
2122
- :pushpin: Meeting ID: ```624 4966 0255```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/wowchemy/starter-hugo-research-group
22

3-
go 1.25.3
3+
go 1.26
44

55
require (
66
github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20241012174104-661cadc17327

0 commit comments

Comments
 (0)