Philippe Rivière
Philippe Rivière
as I'm working on a project with ~300 pages, I find that not having this feature is _very_ annoying, since when I'm working on "calendar" (say…), I have to re-type...
Design and implement a system (template? hook? options in frontmatter?) that allows the developer to add proper tags so that their page has the relevant information to create a "card"...
closes #786 here's an example application (which I wouldn't necessarily recommend!) with a background image from docs/assets/ and fonts saved in docs/fonts/: ```css :root { --serif: Cardo, serif, "Apple Color...
Several pages & data loaders. We might want more or less, and better, but we have a base. An additional clack dialog helps to populate `.env`. A few options (including...
following https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face I create a style.css file with: ```` @font-face { font-family: "Trickster"; src: local("Trickster"), url("trickster-COLRv1.otf") format("opentype") tech(color-COLRv1), url("trickster-outline.otf") format("opentype"), url("trickster-outline.woff") format("woff"); } ```` the css bundling crashes with recommendations...
If we want bits of HTML or markdown that can be included into a page. (We can do that currently with the **header** and **footer** project options, but here we'd...
head, header and footer can be specified as a function that receives the page’s meta data (path, title and unrestricted front matter), and returns an HTML fragment (string). ~~I removed...
This branch (which is probably not going to be a PR) explores what's needed to support open graph (#178) and rel-canonical (#179). It raises a few questions: - [x] support...
Exposing meta data to the page could help in many scenarios. For a concrete example, suppose that I want to show an author's name in a page. If I defined...
It would be nice when we build to have a report on internal links, including broken links (with an option to make that an error), broken anchors (same), and pages...