openela / openela.org

https://openela.org
BSD 3-Clause "New" or "Revised" License
26 stars 16 forks source link

Various changes around developer experience #24

Closed NeilHanlon closed 2 months ago

NeilHanlon commented 7 months ago
gmkurtzer commented 7 months ago
$ hugo server
ERROR 2023/11/08 13:05:57 You have the value 'taxonomy' in the disabledKinds list. In Hugo 0.73.0 we fixed these to be what most people expect (taxonomy and term).
But this also means that your site configuration may not do what you expect. If it is correct, you can suppress this message by following the instructions below.
If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-disable-taxonomy"]
Start building sites … 
hugo v0.110.0+extended darwin/arm64 BuildDate=unknown
Error: Error building site: logged 1 error(s)
Built in 159 ms

$ hugo version
hugo v0.110.0+extended darwin/arm64 BuildDate=unknown
NeilHanlon commented 7 months ago

yeah, that is.. frustrating. lol

Do we know why we have taxonomy disabled, btw? or, put another way, do we want taxonomies anywhere on the site?

https://gohugo.io/content-management/taxonomies/

NeilHanlon commented 6 months ago

cc @brianclemens - this it the PR I was talking about

brianclemens commented 6 months ago

I suppose enabling taxonomies would make sense if we put a ton more content here but I think we're keeping the main site as a simple landing page / blog. And it will likely be replaced by a site using whatever the js framework-of-the-day is, anyway...

NeilHanlon commented 6 months ago

:|

well.

i'll rebase this and at least get the current workflow working a bit better.