Open Zer0Down opened 5 years ago
Looks like an issue with Woo skeleton's site.yaml
.
site.yaml is complaining about the duplicate key Title,once deleted that fixes the first problem, following problems I have fixed by replacing @self.modular with '@self.modular' , error is not coming up anymore. I also notice similar issues with bunch of other skeletons, fixed them the same way, possibly caused by using higher php versions. I am reposting it here just icase anyone else sees these errors. Thanks
Hi - thanks for posting :-)
Hi, works well with
"@self.modular"
Thanks
Following errors comes up after installing Woo skeleton with Grav v1.6.15 - Admin v1.9.9 YAML Linting: Found 2 linting errors /user/config/site.yaml | Duplicate key "title" detected at line 9 (near "title: Awesome Title").
/home | The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 7 (near "items: @self.modular").
I have fixed these issues locally, but needs to be fixed on skeleton for future installations. Thanks