Nicolas Hoizey
Nicolas Hoizey
I'm using Nunjucks layouts, and the `layout` attribute in Front Matter for [layout chaining](https://www.11ty.dev/docs/layout-chaining/), so that a `page.njk` layout uses a `base.njk` layout. As I read it, the [Addendum about...
I prefer using "text only" zoom instead of full zoom because I really don't like horizontal scrollbars, and I noticed that detectZoom doesn't detect such zoom. I found nothing about...
### Pitch I would like to find toots containing an URL. If I search for a URL I used in one of my toots (`https://nicolas-hoizey.com/links/2022/10/19/wtf-are-all-these-config-files-for/` for example), it returns no...
A ajouter dans le chapitre chap01-users-really-respond-to-speed.md Cf étude Gomez qu'il faut citer : http://www.gomez.com/wp-content/downloads/19986_WhatMobileUsersWant_Wp.pdf
A ajouter dans le chapitre chap01-users-really-respond-to-speed.md : http://www.webperformancetoday.com/2011/11/23/case-study-slow-page-load-mobile-business-metrics/
If I set these options to extracts data from an image: ```javascript options = { xmp: { pick: ['AltTextAccessibility', 'ExtDescrAccessibility'] } }; ``` I get all XMP fields in the...
When I activate `userComment` extraction with `userComment: true`, I get an object like this (shortened): ```json { "userComment": { "0": 65, "1": 83, "2": 67, "3": 73, "4": 73, "5":...
See https://kurtextrem.de/posts/modern-way-of-img/#user-content-fnref-1 — Created via [Raycast](https://www.raycast.com?ref=signatureGithub)
- [x] Tags: `/tags/photo.html` -> `/tags/photo/` Cf https://github.com/nhoizey/nicolas-hoizey.com/blob/dd51fcc8e055f23a708779e8532facc8303b851c/src/_root/.htaccess#L748-L797