John Franey

Results 13 issues of John Franey

Adds Django Bootstrap Customizer to Libraries section. https://github.com/johnfraney/django-bootstrap-customizer

Fix typo: "ot" -> "to"

Adds create_default_bootstraptheme management command and updates template tags to show more informative error messages when a BootstrapTheme or SiteBootstrapTheme aren't present. Updates to v0.3.0 Closes #6

Updates UserFactory id field to use `uuid.uuid4` instead of the `uuid` from Faker. This ensures that the type of the id generated by the factory is the same as the...

Currently there isn't any validation that a Markdown file referenced using a relative path (e.g., `./other-blog-post.md`) exists. This wouldn't be difficult to implement and could catch would-be broken URLs

enhancement
good first issue

Add breadcrumb structured data so it's visible in search results. References: * https://developers.google.com/search/docs/appearance/structured-data/breadcrumb#json-ld * https://schema.org/BreadcrumbList Example: ```html { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "item":...

Fixes a minor typo in the README: `environement` -> `environment`

Fixes the spacing of the TOC in docs pages when the TOC appears above the page content (small-medium screens). Before: ![Screenshot 2025-05-02 at 15-14-15 Commands version Blurry](https://github.com/user-attachments/assets/b24e8676-4262-478b-99c5-094c33948cbc) After: ![Screenshot 2025-05-02...

Poetry 2 has been out for a couple months now. Let's get the project updated to use the newest version https://python-poetry.org/blog/announcing-poetry-2.0.0 Related to #149

dependencies

To make it easy to add charts to pages, let's add support for [Mermaid](https://mermaid.js.org/) via `mermaid-py`: https://mermaidpy.vercel.app/. See the docs on how to write a Markdown plugin as a starting...

good first issue
plugin