]> git.maquefel.me Git - brevno-suite/hugo/commit
config: Do not fail on unknown config keys
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 31 Jul 2023 09:20:37 +0000 (11:20 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 31 Jul 2023 09:20:37 +0000 (11:20 +0200)
commitc1df5b1b0b032b4ee926369c2325aca0de93c67c
tree628ca2b937b2cdfdb1a2bb0e9dfe0c85f91d3ba5
parentbe8e2de59786327a83a1b41bb9f9608a49b5f7a0
config: Do not fail on unknown config keys

Make it a warning.

One such example I found in an old site is `blackfriday`. These should be fixed/removed, but it's not important enough
to fail the build.
config/allconfig/allconfig.go