Xin
Xin
> Hi, this PR is really useful. What’s the status? Do you think we can get it merged before the v0.10 release? Hi, I do plan to implement this, but...
might be the mobile navigation that picks this up, will fix in the next release
> I was using Firefox on a Linux laptop, not a mobile device. Got it. My suspicion was that the mobile navigation (different than sidebar) got generated at build time,...
I ran into similar issue in a non-privileged container environment. Disabling all the clone related flags work for me: ```bash nsjail --verbose \ --disable_clone_newnet \ --disable_clone_newuser \ --disable_clone_newns \ --disable_clone_newpid...
The icon shortcode is not recommended to be used in a Markdown heading
in this case you can override a layout in your site, place a file with the same name and relative path in your project's /layouts directory; Hugo uses your project...
I recommend just overriding the `head.html` partial
@MattDodsonEnglish I'm open to add a flag to it as long as it has reasonable defaults + properly documented
this has been done in https://github.com/imfing/hextra/pull/671
I wouldn't consider it a bug, but rather a new feature / enhancement. Making images or mermaid diagrams zoomable is likely to introduce additional dependency which is less ideal. Let's...