blurry
blurry copied to clipboard
A static site generator focused on page speed and SEO
The element generates the following syntax error "A source element that has a following sibling source element or img element with a srcset attribute must have a media attribute and/or...
John, I had a look at the global/local schema merge issue #31, as I reported. This change is rather convoluted: - I had to write an odd document_loader for jsonld...
In Schema markup, there is an important attribute (if not the most important one), to support @Id for entities. In webpages, mostly the @Id attribute is set to the URL...
I switched to 0.5.0 and in my daily work I see simple changes in the markdown trigger issues that the type is not found anymore for a page. For example...
The generator has built in assumptions about all generated files being MD --> HTML. However a website may have other files such as XML, SVG, or a simple robots.txt It...
When building my static site a lot of files (assets) are copied into the dist folder, that have not changes what so ever. This makes it hard to deploy a...
**Use Case** I'm trying to create composable schema, like Yoast (https://yoast.com/why-schema-needs-to-be-a-graph/ , https://developer.yoast.com/features/schema/functional-specification/) I order to not repeat myself I tried to put the global definitions for WebSite and Author...
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":...
Bumps [pyright](https://github.com/RobertCraigie/pyright-python) from 1.1.399 to 1.1.401. Commits 8df87d1 Pyright NPM Package update to 1.1.401 (#347) 7e1526d Pyright NPM Package update to 1.1.400 (#346) See full diff in compare view [![Dependabot...