John Franey
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
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:  After:  via `mermaid-py`: https://mermaidpy.vercel.app/. See the docs on how to write a Markdown plugin as a starting...