Kamal Morjal
Kamal Morjal
From the README file of the project, the shape of your data should look like this: ``` { id: '[optional] string', name: 'string', children: '[optional] array', toggled: '[optional] boolean', active:...
What is the cause of the error(unmarshal failed: toml: incomplete number) when running defualt toml?
I got the same error and could not find anything about it. I had an older hugo version (0.95) that was able to read the config and render the site...
What is the cause of the error(unmarshal failed: toml: incomplete number) when running defualt toml?
> default = "auto" it should work. Thanks, @chinobing ! This worked with `0.139.2` Now it failed on trying to find this template partial though: https://github.com/WingLim/hugo-tania/blob/6c4173f56e24a9192398f94d6e71d3e3da6d52de/layouts/partials/head/head.html#L10 Would you know if...
What is the cause of the error(unmarshal failed: toml: incomplete number) when running defualt toml?
> It's a default embedded template. you should configure it under your config.yml. > ref. [Embedded templates | Hugo](https://gohugo.io/templates/embedded/) Thank you @chinobing ! This was very helpful. :)