Jay Miller
Jay Miller
The docs refer to use of `elasticsearch.helpers.bulk` as a way to manipulate many items. This documentation change as a link to the documentation for `elasticsearch.helpers.bulk` this would provide an easy...
trying to render sub collections with 2022.9.1 – the subcollections will generate an error as they are looking for an issue.
When writing content for `page` objects. First process the tags in frontmatter and global vars using [chevron](https://github.com/noahmorrison/chevron) Example ==== ``` --- title: My Blog Post date: 24 Jul 2022 13:28...
**current test** ```python def test_page_content_is_markup_safe(self, page_with_content_path): # TODO: Write Test with Markup data assert page_with_content_path.content == Markup(page_with_content_path.html) ``` This isn't really testing anything