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
There was a YAML syntax error on line 2 column 1 in ): did not find expected key while parsing a block mapping at line 2 column 1 YAML Exception reading themes/hello-friend-ng/archetypes/posts.md: (: did not find expected key while parsing a block mapping.
I think the offending block is:
title: "{{ replace .Name "-" " " | title }}"
which in a local copy of archetypes/posts.md I have replaced with
title: "{{ .Name | humanize | title}}"
humanize gives near equivalent (in fact a little bit more) experience to replace in this case.
Thanks for the theme. I love it!!
The text was updated successfully, but these errors were encountered:
Github pages reports the following error:
I think the offending block is:
which in a local copy of
archetypes/posts.md
I have replaced withhumanize
gives near equivalent (in fact a little bit more) experience toreplace
in this case.Thanks for the theme. I love it!!
The text was updated successfully, but these errors were encountered: