website: Update Hugo #1424

Open
opened 2025-06-06 09:02:57 +00:00 by msg-programs · 0 comments
msg-programs commented 2025-06-06 09:02:57 +00:00 (Migrated from github.com)

The website uses Hugo 0.110.0, which is rather outdated at this point. Building it with a recent version (0.147.7 as of now) causes the build to fail due to deprecated features being used:

ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and subsequently removed. Use css.Sass instead.
ERROR deprecated: .Site.Social was deprecated in Hugo v0.124.0 and subsequently removed. Implement taxonomy 'social' or use .Site.Params.Social instead.

Low prio, but I think it should at least be written down somewhere.

The website uses Hugo 0.110.0, which is rather outdated at this point. Building it with a recent version (0.147.7 as of now) causes the build to fail due to deprecated features being used: ``` ERROR deprecated: resources.ToCSS was deprecated in Hugo v0.128.0 and subsequently removed. Use css.Sass instead. ERROR deprecated: .Site.Social was deprecated in Hugo v0.124.0 and subsequently removed. Implement taxonomy 'social' or use .Site.Params.Social instead. ``` Low prio, but I think it should at least be written down somewhere.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach#1424
No description provided.