(no title)
colinramsay | 2 years ago
I didn't have a `media` entry in my pages.yml, which meant the rich text editor wasn't loading (JS error was being thrown). When I added that entry, it started working! Brilliant work!
I'm using Jekyll, with yaml frontmatter, and it's not clear how to specify the body. The documentation says that a rich text field could be set up with a "name" option (and gives "body") as an example but my Markdown files don't specify a name for the body.. it's just... there:
https://github.com/colinramsay/colinramsay.github.io/blob/ma...
I'm probably missing something but happy to open an issue if not.
hunvreus|2 years ago
hunvreus|2 years ago
colinramsay|2 years ago
p44v9n|2 years ago