Xin
Xin
@manishy1941 did you mean the contrast issue?
Thanks for reaching out! I think you’re asking if you could expand child folders/files by clicking on the parent folders, without the parent folder itself being a page. that is...
I believe it’s possible to disable llmstxt on a per-page basis using: https://gohugo.io/configuration/outputs/#outputs-per-page Would it also make sense to add documentation for the new Markdown output format?
https://github.com/denoland/deno/blob/a8846eb70f96445753fe5f8f56e6155cb2d0fac6/cli/standalone/binary.rs#L767-L774 seem that the issue is caused by the assumption that all npm modules are located in `//...` in reality, the cached packages are actually stored in subdirectories, specifically under...
> Version: Deno 2.3.3 > > Hello All, > > This exact issue is still there. [@imfing](https://github.com/imfing) did you find any workaround ? > > Thanks. You can set up...
For further customization, feel free to utilize custom CSS. You can find a detailed guide here: [Customizing Hextra](https://imfing.github.io/hextra/docs/advanced/customization/).
in the meantime, it might be a good idea to provide a global CSS variable that allows us to override the border radius.
> Is this [feature pull request](https://github.com/imfing/hextra/pull/326#issuecomment-2030412748) also related? Something about adding custom utility classes in tailwind config (sorry, I'm not familiar with how CSS and tailwind work) kinda related, that...
You are now able to [customize the css variables](https://imfing.github.io/hextra/docs/advanced/customization/#tailwind-theme-variables), for example ```css @layer theme { :root { --hx-radius-xs: 0; --hx-radius-sm: 0; --hx-radius-md: 0; --hx-radius-lg: 0; --hx-radius-xl: 0; --hx-radius-2xl: 0; --hx-radius-3xl:...