Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <!doctype html><!-- This is a valid HTML5 document. -->
  2. <!-- Screen readers, SEO, extensions and so on. -->
  3. <html lang="fr">
  4. <!-- Has to be within the first 1024 bytes, hence before the `title` element
  5. See: https://www.w3.org/TR/2012/CR-html5-20121217/document-metadata.html#charset -->
  6. <meta charset="utf-8">
  7. <!-- Why no `X-UA-Compatible` meta: https://stackoverflow.com/a/6771584 -->
  8. <!-- The viewport meta is quite crowded and we are responsible for that.
  9. See: https://codepen.io/tigt/post/meta-viewport-for-2015 -->
  10. <meta name="viewport" content="width=device-width,initial-scale=1">
  11. <!-- Required to make a valid HTML5 document. -->
  12. <title>Livre — David Larlet</title>
  13. <meta name="description" content="They both would have been ‘good enough’ for my purposes, but since I’m comfortable with Markdown, HTML, and CSS, using Pandoc made the most sense.">
  14. <!-- That good ol' feed, subscribe :). -->
  15. <link rel="alternate" type="application/atom+xml" title="Feed" href="/david/log/">
  16. <!-- Generated from https://realfavicongenerator.net/ such a mess. -->
  17. <link rel="apple-touch-icon" sizes="180x180" href="/static/david/icons2/apple-touch-icon.png">
  18. <link rel="icon" type="image/png" sizes="32x32" href="/static/david/icons2/favicon-32x32.png">
  19. <link rel="icon" type="image/png" sizes="16x16" href="/static/david/icons2/favicon-16x16.png">
  20. <link rel="manifest" href="/static/david/icons2/site.webmanifest">
  21. <link rel="mask-icon" href="/static/david/icons2/safari-pinned-tab.svg" color="#07486c">
  22. <link rel="shortcut icon" href="/static/david/icons2/favicon.ico">
  23. <meta name="msapplication-TileColor" content="#f7f7f7">
  24. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  25. <meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)">
  26. <meta name="theme-color" content="#272727" media="(prefers-color-scheme: dark)">
  27. <!-- Documented, feel free to shoot an email. -->
  28. <link rel="stylesheet" href="/static/david/css/style_2021-01-20.css">
  29. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  30. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  31. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  32. <link rel="preload" href="/static/david/css/fonts/triplicate_t4_poly_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" crossorigin>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  35. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  36. <script>
  37. function toggleTheme(themeName) {
  38. document.documentElement.classList.toggle(
  39. 'forced-dark',
  40. themeName === 'dark'
  41. )
  42. document.documentElement.classList.toggle(
  43. 'forced-light',
  44. themeName === 'light'
  45. )
  46. }
  47. const selectedTheme = localStorage.getItem('theme')
  48. if (selectedTheme !== 'undefined') {
  49. toggleTheme(selectedTheme)
  50. }
  51. </script>
  52. <body class="remarkdown h1-underline h2-underline h3-underline em-underscore hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  53. <article>
  54. <header>
  55. <h1>Livre</h1>
  56. </header>
  57. <nav>
  58. <p class="center">
  59. <a rel="prev" href="/david/2023/02/12/" title="Publication précédente : Jour&nbsp;3">← Précédent</a> •
  60. <nobr>
  61. <a href="/david/" title="Aller à l’accueil" rel="up"
  62. ><svg class="icon icon-home">
  63. <use
  64. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  65. ></use>
  66. </svg>
  67. Accueil</a
  68. >
  69. </nobr>
  70. <nobr>
  71. <a href="/david/recherche/" title="Aller à la page de recherche" rel="search"
  72. ><svg class="icon icon-search">
  73. <use
  74. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-search"
  75. ></use>
  76. </svg>
  77. Recherche</a
  78. >
  79. </nobr>
  80. • <a rel="next" href="/david/2023/02/18/" title="Publication suivante : Quiz">Suivant →</a>
  81. </p>
  82. </nav>
  83. <hr>
  84. <blockquote lang="en">
  85. <p>They both would have been ‘good enough’ for my purposes, but since I’m comfortable with Markdown, HTML, and CSS, using Pandoc made the most&nbsp;sense.</p>
  86. <p>If you’re comfortable with Markdown then Pandoc is <em>amazing</em>. It integrates out of the box with both Weasyprint and paged.js. <mark>Either of them is a decent option for generating PDFs.</mark> Paged.js uses headless Chrome, which gives it access to a broader spectrum of CSS features and makes it a little bit&nbsp;flakier.</p>
  87. <p><cite><em><a href="https://www.baldurbjarnason.com/2023/how-i-made-my-book/">Some thoughts on how to make a book, three months after I made one</a></em>&nbsp;(<a href="/david/cache/2023/8cb87dbe21c3f5a7a69735a70daf51c3/">cache</a>)</cite></p>
  88. </blockquote>
  89. <p>Je commence à avoir quelques expériences avec Pandoc si vous voulez que l’on produise un livre numérique ensemble. Pas forcément technique. Potentiellement sur le Web. Dans le meilleur des cas on apprendrait chacun·e des choses et on repartirait à la fois plus autonomes <em>et</em> paradoxalement plus lié·es&nbsp;aussi.</p>
  90. <p>(Dé)livrez-vous.</p>
  91. <nav>
  92. <p>
  93. <a href="/david/2023/accompagnement/"
  94. title="Liste de tous les articles 2023 associés à cette étiquette"
  95. rel="tag"
  96. >#accompagnement</a>
  97. <a href="/david/2023/livre/"
  98. title="Liste de tous les articles 2023 associés à cette étiquette"
  99. rel="tag"
  100. >#livre</a>
  101. <a href="/david/2023/technique/"
  102. title="Liste de tous les articles 2023 associés à cette étiquette"
  103. rel="tag"
  104. >#technique</a>
  105. <a href="/david/#tags-2023"
  106. title="Liste de toutes les étiquettes 2023"
  107. ><svg class="icon icon-tags">
  108. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-tags"></use>
  109. </svg>
  110. tous ?</a
  111. >
  112. </p>
  113. </nav>
  114. <nav>
  115. <p class="center">
  116. <a rel="prev" href="/david/2023/02/12/" title="Publication précédente : Jour&nbsp;3">← Précédent</a> •
  117. <a href="/david/2023/" title="Liste des publications récentes">↑ En 2023</a>
  118. • <a rel="next" href="/david/2023/02/18/" title="Publication suivante : Quiz">Suivant →</a>
  119. </p>
  120. </nav>
  121. </article>
  122. <hr>
  123. <footer>
  124. <p>
  125. <nobr>
  126. <a href="/david/" title="Aller à l’accueil"
  127. ><svg class="icon icon-home">
  128. <use
  129. xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-home"
  130. ></use>
  131. </svg>
  132. Accueil</a
  133. >
  134. </nobr>
  135. <nobr>
  136. <a href="/david/log/" title="Accès au flux RSS"
  137. ><svg class="icon icon-rss2">
  138. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-rss2"></use>
  139. </svg>
  140. Suivre</a
  141. >
  142. </nobr>
  143. <nobr>
  144. <a href="http://larlet.com" title="Go to my English profile" data-instant
  145. ><svg class="icon icon-user-tie">
  146. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-user-tie"></use>
  147. </svg>
  148. Pro</a
  149. >
  150. </nobr>
  151. <nobr>
  152. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel"
  153. ><svg class="icon icon-mail">
  154. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-mail"></use>
  155. </svg>
  156. Email</a
  157. >
  158. </nobr>
  159. <nobr>
  160. <abbr
  161. class="nowrap"
  162. title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340"
  163. ><svg class="icon icon-hammer2">
  164. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-hammer2"></use>
  165. </svg>
  166. Légal</abbr
  167. >
  168. </nobr>
  169. </p>
  170. <template id="theme-selector">
  171. <form>
  172. <fieldset>
  173. <legend><svg class="icon icon-brightness-contrast">
  174. <use xlink:href="/static/david/icons2/symbol-defs-2022-03.svg#icon-brightness-contrast"></use>
  175. </svg> Thème</legend>
  176. <label>
  177. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  178. </label>
  179. <label>
  180. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  181. </label>
  182. <label>
  183. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  184. </label>
  185. </fieldset>
  186. </form>
  187. </template>
  188. </footer>
  189. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module"></script>
  190. <script>
  191. function loadThemeForm(templateName) {
  192. const themeSelectorTemplate = document.querySelector(templateName)
  193. const form = themeSelectorTemplate.content.firstElementChild
  194. themeSelectorTemplate.replaceWith(form)
  195. form.addEventListener('change', (e) => {
  196. const chosenColorScheme = e.target.value
  197. localStorage.setItem('theme', chosenColorScheme)
  198. toggleTheme(chosenColorScheme)
  199. })
  200. const selectedTheme = localStorage.getItem('theme')
  201. if (selectedTheme && selectedTheme !== 'undefined') {
  202. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  203. }
  204. }
  205. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  206. window.addEventListener('load', () => {
  207. let hasDarkRules = false
  208. for (const styleSheet of Array.from(document.styleSheets)) {
  209. let mediaRules = []
  210. for (const cssRule of styleSheet.cssRules) {
  211. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  212. continue
  213. }
  214. // WARNING: Safari does not have/supports `conditionText`.
  215. if (cssRule.conditionText) {
  216. if (cssRule.conditionText !== prefersColorSchemeDark) {
  217. continue
  218. }
  219. } else {
  220. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  221. continue
  222. }
  223. }
  224. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  225. }
  226. // WARNING: do not try to insert a Rule to a styleSheet you are
  227. // currently iterating on, otherwise the browser will be stuck
  228. // in a infinite loop…
  229. for (const mediaRule of mediaRules) {
  230. styleSheet.insertRule(mediaRule.cssText)
  231. hasDarkRules = true
  232. }
  233. }
  234. if (hasDarkRules) {
  235. loadThemeForm('#theme-selector')
  236. }
  237. })
  238. </script>
  239. </body>
  240. </html>