Closed GeertvanGeest closed 2 weeks ago
Thanks Geert for keeping us in the loop :). The template sync wasn't working, but I believe that's fixed now. As we have a lót of authors on the lesson plans we'll try to figure out if we can automatically generate the metadata instead, so that we won't have to update the metadata file. We'll put it on the Biohackathon todo list!
If you have template sync in place, you recently received a pull request to add a file called
_data/metadata.yaml
. The reason for this is the possibility to add bioschemas metadata to the html of your website by using a placeholder in the markdown text. In order to start using it, check out https://pypi.org/project/addbioschemas/, adjust_data/metadata.yaml
to your needs and add the placeholder to your markdown files. Also, add_data/metadata.yaml
to.templatesyncignore
to avoid it being overwritten by the template sync.If you don't want to use
addbioschemas
, add_data/metadata.yaml
to.templatesyncignore
and ignore the pull request.