Page MenuHomeFreeBSD

Remove warning in configuration files
ClosedPublic

Authored by minsoochoo0122_proton.me on Jan 11 2024, 11:25 PM.
Tags
Referenced Files
F142565996: D43406.id.diff
Wed, Jan 21, 2:08 AM
F142483823: D43406.id132645.diff
Tue, Jan 20, 8:09 AM
Unknown Object (File)
Mon, Jan 19, 10:17 PM
Unknown Object (File)
Mon, Jan 19, 5:33 PM
Unknown Object (File)
Mon, Jan 19, 4:34 AM
Unknown Object (File)
Sat, Jan 17, 6:47 PM
Unknown Object (File)
Nov 16 2025, 4:42 PM
Unknown Object (File)
Nov 11 2025, 11:32 PM
Subscribers

Details

Summary

Hugo doc says

With v0.109.0 and earlier the basename of the site configuration file was config instead of hugo. You can use either, but should transition to the new naming convention when practical.

therefore config.toml is moved to hugo.toml.

When building website, hugo emits following warnings:

$ make build
HUGO_DISABLELANGUAGES="" /usr/local/bin/hugo --minify
WARN  DEPRECATED: Kind "taxonomyterm" used in disableKinds is deprecated, use "taxonomy" instead.
WARN  Unknown kind "list" in outputs configuration.
WARN  Unknown kind "single" in outputs configuration.
Start building sites …
hugo v0.121.1+extended freebsd/amd64 BuildDate=2023-12-24T17:39:33Z+0000 VendorInfo=freebsd

For texonomyterm:

The taxonomyTerm page kind was effectively aliased to the taxonomy page kind in v0.73.0. (Github issue, commit)

list and single are unknown configurations. I don't know why they exist in the config file.

Test Plan

make build and deploy to web server or make run. Check if there is any broken links/pages.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 55377
Build 52266: arc lint + arc unit