Jay Miller

Results 114 issues of Jay Miller

via @john0isaac in Discord > And can we please have a template for issues other than the bug report and security vulnerability... Like Feature-request or idea or any general template?...

``` # TODO: Should this be called from a config file for easier testing? site_vars: dict = { "SITE_TITLE": "Untitled Site", "SITE_URL": "https://example.com", # TODO: #73 Make this http://localhost:8000 }...

enhancement
refactor
site

The implemented solution of #39 is very hacky. [Chevron](https://pypi.org/project/chevron/) has a more thorough support. There is a portion of me that wants to make this a plugin instead of built-in...

more thought
plugin

Per This also includes ``.

help wanted
feeds

As of v `2023.6.1` - The `render_content` hookspec is now called on parsed content. This means that you are modifying the rendered html and not the pre-existing content. This ensures...

more thought

There is only a few default template paths to be expected (explicit is better than...) Some themes probably have a desired usage and forcing the user to memorize each one...

Some Plugins may want to have simple themes added as defaults. Some Themes may want simple plugins to ensure functionality. Recursions should be avoided. I think there is like a...

The `PLUGIN_SETTINGS` BUT FOR THEMES. These would be read by `ThemeManager` when a template from the theme is selected. ### [Update] 16 Nov 2023 There needs to be some clear...

Collections by default currently have Feeds. These feeds will be invalid if the collection is not a blog or customized with some date fields. The feeds should be removed from...

Some custom collections will have associated themes with them. We need to provide these themes by default. Perhaps a "required_themes" could be for included themes loaders. This way the custom...

themes