Jay Miller
Jay Miller
There used to be a `strict` attribute that could be passed into `Site`. It was removed a while back when site.render() was removed. The reasoning for removing the logic was...
In #71 I added `clean` as an attribute to `site.render()` which implements the suggestion above. I pass it into `site render` so that data wasn't deleted until the route_list was...
`create_index` method could cause confusion with the idea of an `index.html` and the actual idea of a collection `index`
This was added but in recent tests doesn't seem to be working as expected. I will need to add tests for the `url_for` filter
The long term answer is yes, but after the core functionality was fully tested, and the entry points for plugins were identified. I’ve been thinking about these for a while...
Update a lot of work on this has begun and is available in `render-engine==2023.1.3a4`+. It will be better solidified in the 2023.1.3 release.
My current recommendation would be Python 3.9. Although all the services I'm aware of support 3.10. Azure function's support for 3.10 is still in Beta.
This apparently includes some stylings as well. I don't know if this is something that is something that can be done easily. There is much parsing that would need to...
@john0isaac - I just ran through the signup form and there seems to be a lot (including creating a design for the pin) If you want to own this task,...
I think doing a copytree, rmtree would be easier than overriding how cookiecutter works no?