mattstratton/castanet

[BUG] - Can't add main page to site

PlayBoxTech opened this issue · 1 comments

Describe the bug
Storing an _index.md into content causes error:
2023-04-17 17:02:07.369 -0500
Source changed CREATE "/home/chris/Documents/chrisamoody/content/_index.md"
WARNING: calling IsSet with unsupported type "invalid" () will always return false.
Total in 1 ms

To Reproduce
Steps to reproduce the behavior:

  1. Install Hugo and Castanet
  2. put a _index.md into the content directory
  3. check console
  4. See error

Expected behavior
Should be able to put a main page on the site

found it was partly due to not having enough of the config.toml file in place.