Skip to content

Delete outdated files, fix syntax issues causing issues with newer Hugo versions#158

Merged
bgv2 merged 20 commits intouvarc:stagingfrom
bgv2:staging
Feb 16, 2026
Merged

Delete outdated files, fix syntax issues causing issues with newer Hugo versions#158
bgv2 merged 20 commits intouvarc:stagingfrom
bgv2:staging

Conversation

@bgv2
Copy link
Copy Markdown
Contributor

@bgv2 bgv2 commented Feb 15, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request fixes Hugo frontmatter syntax issues related to date formatting and duplicate field definitions that cause compatibility problems with newer Hugo versions. The changes ensure all dates follow the ISO 8601 standard with proper 'T' separator between date and time components, zero-padded month values, and consistent timezone indicators.

Changes:

  • Corrected date format syntax from hyphen-separated to ISO 8601 format (e.g., 2025-05-20-00:23:54Z2025-05-20T00:23:54Z)
  • Zero-padded single-digit months in dates (e.g., 2024-2-102024-02-10)
  • Removed duplicate date: and categories: field declarations from frontmatter

Reviewed changes

Copilot reviewed 275 out of 283 changed files in this pull request and generated no comments.

Show a summary per file
File Description
content/tutorials/matlab-optimization/index.md Removed duplicate categories field
content/tutorials/globus-data-transfer/index.md Fixed date format: zero-padded month (2-10 → 02-10)
content/tutorials/genomics/index.md Fixed date format: zero-padded month (7-10 → 07-10)
content/tutorials/containers/index.md Fixed date format: zero-padded month (5-12 → 05-12)
content/tutorials/biopython/index.md Removed malformed date field (duplicate without timezone)
content/notes/unix-tutorial/*.md Fixed date format: changed hyphen to T separator (2023-12-11-14 → 2023-12-11T)
content/notes/slurm-from-cli/*.md Fixed date format: changed hyphen to T separator
content/notes/seurat-bioinformatics/*.md Fixed date format and removed duplicate date field in _index.md
content/notes/rivanna-alphafold/*.md Fixed date format: changed hyphen to T separator
content/notes/rio-intro/*.md Fixed date format: changed hyphen to T separator and removed duplicate in _index.md
content/notes/qiime2/*.md Fixed date format: zero-padded month and changed hyphen to T separator
content/notes/multigpu-inference/*.md Fixed date format: changed hyphen to T separator, added Z timezone, removed duplicate in _index.md
content/notes/matlab-parallel-programming/*.md Fixed date format: changed hyphen to T separator
content/notes/hpc-best-practices/*.md Fixed date format: changed hyphen to T separator
content/notes/genomics/*.md Fixed date format: zero-padded month and added Z timezone
content/notes/dl-drug-discovery/*.md Fixed date format: changed hyphen to T separator
content/notes/deep-learning-hpc/*.md Fixed date format: changed hyphen to T separator and removed duplicate in _index.md
content/notes/containers/*.md Fixed date format: changed colon to T separator and removed duplicate date fields
content/notes/bioinfo-intro/*.md Fixed date format: changed hyphen to T separator
content/courses/parallel-computing-introduction/distributed_mpi_twod_exchange.md Fixed date format: zero-padded month (8-8 → 08-08)
content/courses/opencv/index.md Removed duplicate categories field
content/courses/fortran-introduction/*.md Fixed date format: zero-padded day (04-5 → 04-05)
content/courses/containers-for-hpc/*.md Fixed date format: zero-padded month (6-03 → 06-03)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bgv2 bgv2 merged commit 18eed2b into uvarc:staging Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants