Aankhen
Aankhen
My guess is that you’re using `slugify` on the permalink for the tag’s individual page, which drops the Chinese characters (sindresorhus/slugify#63), and what’s left is just `/tags/`. I’m not sure...
I’m glad you found a solution! I don’t think Eleventy uses `slugify` on its own. There’s in fact a warning on [the appropriate docs page](https://www.11ty.dev/docs/filters/slugify/): > `slugify` currently [ignores characters...
This is a good catch. Based on what I see of the repository linked on Discord, I think it might be a good idea to write ‘anywhere in your input...
I haven’t been able to, unfortunately.
These aren’t code, though. They should be marked up using <kbd> with <var> inside it for the parts that change. EDIT: I don’t think the version numbers should be marked...
I can’t comment on what what be most useful for the translation, but to format this correctly you’d need to use <kbd> and <var> together: ```html --filter package_name ``` Which...
We encountered this when debugging an issue on the Eleventy Discord. I put together an MWE: https://github.com/Aankhen/eleventy-pathprefix-issue
When I try to run install it like this or with the `linkerd.io/inject` annotation on the namespace, Contour first runs a certgen Job which (apparently) completes before the Linkerd proxy...