-
I'm a big fan of static site generators like Jekyll, Hugo and now Quarto[^1]. I originally quite liked Hugo and Wowchemy[^2], since it offers a decent library library of building blocks which allows y…
-
The version of `capture-website` depended on by this plugin depends on a version of puppeteer that doesn't have an arm64 binary for Chromium, so this plugin won't install on an Apple Silicon Mac. The …
-
Nacara running on top of JavaScript allows to benefit from amazing libraries for Markdown parsing + syntax highlighting for example.
However, the mechanism to register a extends Nacara are just not…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issue…
-
I used to run critical on a website without a custom font. I use tailwindcss and I added a font using @import. Since then, it seems the critical task ignores the font and the website displays a system…
-
All of a sudden my builds are failing on netlify (see picture below).
The only thing I did differently with these builds were to update the site settings (Theme, Favicon, ...).
Still what is weird…
-
Currently, there is a lot of abstraction in dynamic routing. We loop over `content` directory, read the names of the folders inside and pass it in `Abell.meta.$path` in `theme/[path]/index.abell`. You…
-
Using `rocketSearch` like this in the rocket.config.js:
```js
import { rocketSearch } from '@rocket/search';
import { fireTheme } from './fire-theme/index.js';
export default {
presets: [fi…
-
### Summary
@OpenCilk/opencilk-developers I believe I have figured out how to enable highlighting of Cilk keywords in our code blocks. The idea is to add Cilk support to [PrismJS](https://prismjs.…
-
**Description**
While using WebC in 11ty with `eleventy-plugin-webc@0.6.0`, you get a TypeError that prevents 11ty from writing pages if your WebC layout/page has a tag that is a void element or self…