[BUG] - Can't add main page to site
PlayBoxTech opened this issue · 1 comments
PlayBoxTech commented
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:
- Install Hugo and Castanet
- put a _index.md into the content directory
- check console
- See error
Expected behavior
Should be able to put a main page on the site
PlayBoxTech commented
found it was partly due to not having enough of the config.toml file in place.