逊狼

Results 27 comments of 逊狼

On the contrary, if I browse the website with 4K monitor, the thumbnail will be stretched and blurred. Maybe max-width: 1200px will help?

> That said, of course one could: > * only make it an “insecure” client-side only check, which may prevent easy “attacks!”, respectively many users from using a longer expiration...

> Keep in mind that since PrivateBin has no user authentication concept, all storage class implementations and the API are designed to be write once - there is no way...

> Keep in mind that since PrivateBin has no user authentication concept, all storage class implementations and the API are designed to be write once - there is no way...

> That is a complete other question (or possibly feature request), that should maybe be tackled in a new issue. > > But TLDR is: Well… there is no built-in...

awesome 🥳

> > > You could always write a plugin/extension for that: https://github.com/highlightjs/highlight.js/tree/main/src/languages 😥 I'm looking for help with that.

> I'd put one together for you but I'm still learning javascript. I probably know enough js to write one but not enough to take the time out for someone...

> > > Take a screenshot using Inky? In fact, I'm translating the official documents of ink into my native language. The screenshots may not be good. But now I've...

Solve this problem: https://github.com/alex-shpak/hugo-book/issues/362 The Reason: https://discourse.gohugo.io/t/how-to-open-link-in-a-new-tab-with-hugo-book/33872/2?u=volfclub The Solution: https://discourse.gohugo.io/t/how-to-open-link-in-a-new-tab-with-hugo-book/33872/5?u=volfclub ``` layouts/shortcodes/columns.html {{ range split .Inner "" }} {{ . | $.Page.RenderString }} {{ end }} ```