Roneo.org

Results 86 comments of Roneo.org

Now every external link is opened is a new tab with `rel=noreferrer`, to hide the Referer header and [leak no referrer information](https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types/noreferrer)

I implemented this feature lately in BeautifulHugo, (see https://github.com/halogenica/beautifulhugo/pull/399/commits/8b3cc024a40028c549e06a2d9dcdef2961dcbc5b) sometime it works with just a few lines. [Netlify's forum](https://answers.netlify.com) is a good place to find answers, nice and helpful Support...

I have the exact same error message on Debian 10 `libc6` and `libc-bin` are already installed: ``` apt install -y libc6 libc-bin Reading package lists... Done Building dependency tree Reading...

**Successfully tested too**, on Debian 10 with hugo v0.80.0/extended, thanks @RidaAyed ! (It seems like the script accepts arguments, maybe it is worth adding a line about it to the...

The first commit brings an issue: (it's in french but I guess you'll get it) ``` $ git add . warning: dépôt git embarqué ajouté : themes/hugo-shortcode-gallery astuce: You've added...

> The first commit brings an issue: Solved by replacing the lines 89 and 90 with `git submodule add https://github.com/mfg92/hugo-shortcode-gallery.git themes/hugo-shortcode-gallery`

Used again today, super useful! Tiny potential improvement: the default `gallery.md` is set to `draft:true`, and shows a 404 when rebuilding the generated site with a simple `hugo serve` (without...

> Can you elaborate? The script doesn't generate a file named gallery.md, but gallery/index.md and my-first-post.md. Only the latter contains `draft:true` I double-checked with a fresh download of the script...

Bonus: make it easy to generate a `diff` between to different reports

I successfully updated to Bootstrap 4.6.1 in two steps: 1. Download the [release archive](https://github.com/twbs/bootstrap/archive/refs/tags/v4.6.1.zip) in `portio/assets` 2. In `portio/assets/scss/style.scss`, change @import "../bootstrap-4.5.2/scss/bootstrap"; to @import "../bootstrap-4.6.1/scss/bootstrap";