You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the terribly late reply @jimkang! The reason you are getting this error is because the new layout of mdzk.toml is different from version 0.5.3 in that the title field is not nested underneath a [mdzk] table. Changing your config to just
title = "Title"
should solve the issue for you. A lot has changed since 0.5.3 and a lot needs to be worked on wrt the SSG and it's configuration. Additionally, the docs are regretfully very lacking atm. I've been taking a break from dev work lately because of the summer holiday, but I hope to get back to working on mdzk pretty soon 😄
I'll keep the issue open as a reminder to ourselves that we should probably just output a warning when the title field is missing (or wrongly placed) and use a default instead.
With the current main (d061a14), when I try to build a site, I get:
I get this even if I reduce
mdzk.toml
to:I feel like I'm missing something here. Is there an example of an
mdzk.toml
that works with the current code out there that I could look at?The text was updated successfully, but these errors were encountered: