Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hugo to most recent version with MMark support #501

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.108.0
HUGO_VERSION: 0.124.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion content/community/news/general/webinar-daga-sep2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: ["news","general", "Pankaj R. Daga", "webinar","data curation", "AI", "dru
categories: ["news"]
draft: false
description: "Pankaj R. Daga will give a talk at UC Irvine on Sep 13 at 11 am (PT) about importance of data curation in the age of AI"
markup: mark
markup: markdown
weight: 10
author: "Karmen Condic-Jurkic"
thumb: "webinar-daga-sep2019.jpg"
Expand Down
2 changes: 1 addition & 1 deletion content/community/news/general/webinar-hoffman-sep2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: ["news", "general", "Falk Hoffmann", "CHARMM","AMBER", "force field", "NMR
categories: ["news"]
draft: false
description: "Falk Hoffmann will give a webinar on Sep 20 at 11 am (EDT) about his recent study on methyl group dynamics in amino acid side-chains using MD simulations and NMR relaxation rates"
markup: mark
markup: markdown
weight: 10
author: "Karmen Condic-Jurkic"
thumb: "webinar-hoffman-sep2019.png"
Expand Down
2 changes: 1 addition & 1 deletion content/community/news/general/webinar-tian-sep2019.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: ["news", "general", "Chuan Tian", "webinar","Amber", "force field", "ff19S
categories: ["news"]
draft: false
description: "Chuan Tian presents his work on the latest version of Amber force field (ff19SB) at 1 pm (ET) on Sep 12"
markup: mark
markup: markdown
weight: 10
author: "Karmen Condic-Jurkic"
thumb: "webinar-tian-sep2019.jpg"
Expand Down
Loading