Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

4 年前
4 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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>
  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>Accueil — David Larlet</title>
  13. <meta name="description" content="Voici l’espace personnel de David Larlet sur le Web.">
  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="#f0f0ea">
  24. <meta name="msapplication-config" content="/static/david/icons2/browserconfig.xml">
  25. <meta name="theme-color" content="#f0f0ea">
  26. <!-- Documented, feel free to shoot an email. -->
  27. <link rel="stylesheet" href="/static/david/css/style_2020-06-19.css">
  28. <!-- See https://www.zachleat.com/web/comprehensive-webfonts/ for the trade-off. -->
  29. <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>
  30. <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>
  31. <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>
  32. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_regular.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  33. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_bold.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  34. <link rel="preload" href="/static/david/css/fonts/triplicate_t3_italic.woff2" as="font" type="font/woff2" media="(prefers-color-scheme: dark)" crossorigin>
  35. <script type="text/javascript">
  36. function toggleTheme(themeName) {
  37. document.documentElement.classList.toggle(
  38. 'forced-dark',
  39. themeName === 'dark'
  40. )
  41. document.documentElement.classList.toggle(
  42. 'forced-light',
  43. themeName === 'light'
  44. )
  45. }
  46. const selectedTheme = localStorage.getItem('theme')
  47. if (selectedTheme !== 'undefined') {
  48. toggleTheme(selectedTheme)
  49. }
  50. </script>
  51. <body class="remarkdown h1-underline h2-underline h3-underline hr-center ul-star pre-tick" data-instant-intensity="viewport-all">
  52. <article>
  53. <header>
  54. <h1>Bienvenue</h1>
  55. </header>
  56. <main>
  57. <p>
  58. Voici l’espace personnel de David Larlet sur le Web.
  59. Il se veut modeste, accueillant et pérenne.
  60. Il fixe mes pensées et parfois engage des échanges.
  61. J’essaye de tenir et lier des propos bienveillants.
  62. Je vous souhaite une jolie promenade.
  63. </p>
  64. <p lang="en">
  65. For an English profile, check out
  66. <a href="http://larlet.com" data-instant>this page 🇨🇦</a>.
  67. </p>
  68. <h2>Publication récentes</h2>
  69. <nav>
  70. <ul>
  71. <li><a href="/david/2020/10/08/">Parvenir</a> (2020-10-08)</li>
  72. <li><a href="/david/2020/09/16/">Coupable</a> (2020-09-16)</li>
  73. <li><a href="/david/2020/09/07/">Rappels</a> (2020-09-07)</li>
  74. <li><a href="/david/2020/09/01/">Rentrée</a> (2020-09-01)</li>
  75. <li><a href="/david/2020/08/24/">Personnes</a> (2020-08-24)</li>
  76. <li><a href="/david/2020/07/13/">Bilan</a> (2020-07-13)</li>
  77. <li><a href="/david/2020/07/03/">Confetti</a> (2020-07-03)</li>
  78. <li><a href="/david/2020/06/25/">Ouvertance</a> (2020-06-25)</li>
  79. <li><a href="/david/2020/06/18/">Mouvements</a> (2020-06-18)</li>
  80. <li><a href="/david/2020/06/12/">Vrac</a> (2020-06-12)</li>
  81. <li><a href="/david/2020/05/26/">Covidoudou</a> (2020-05-26)</li>
  82. <li><a href="/david/2020/05/20/">Bikepacking</a> (2020-05-20)</li>
  83. <li><a href="/david/2020/05/18/">Relance</a> (2020-05-18)</li>
  84. <li><a href="/david/2020/04/18/">Zam</a> (2020-04-18)</li>
  85. <li><a href="/david/2020/04/10/">Résistance</a> (2020-04-10)</li>
  86. <li><a href="/david/2020/04/03/">Patience</a> (2020-04-03)</li>
  87. <li><a href="/david/2020/03/27/">Exutoire</a> (2020-03-27)</li>
  88. <li><a href="/david/2020/03/20/">Rédemption</a> (2020-03-20)</li>
  89. <li><a href="/david/2020/03/13/">Technique</a> (2020-03-13)</li>
  90. <li><a href="/david/2020/02/21/">Service</a> (2020-02-21)</li>
  91. <li><a href="/david/2020/02/14/">Espoirs</a> (2020-02-14)</li>
  92. <li><a href="/david/2020/02/07/">GAFAM+</a> (2020-02-07)</li>
  93. <li><a href="/david/2020/01/31/">Intentions</a> (2020-01-31)</li>
  94. <li><a href="/david/2020/01/29/">Sortie ski</a> (2020-01-29)</li>
  95. <li><a href="/david/2020/01/22/">Réponses</a> (2020-01-22)</li>
  96. <li><a href="/david/2020/01/17/">Datagouv</a> (2020-01-17)</li>
  97. <li><a href="/david/2020/01/15/">Futurs</a> (2020-01-15)</li>
  98. <li><a href="/david/2020/01/10/">Travail</a> (2020-01-10)</li>
  99. <li><a href="/david/2020/01/06/">Écriture</a> (2020-01-06)</li>
  100. <li><a href="/david/2020/01/03/">Briques</a> (2020-01-03)</li>
  101. </ul>
  102. </nav>
  103. <h2>Publications anciennes</h2>
  104. <p>
  105. Vous pouvez consulter les différents
  106. <a href="/david/blog/">billets de blog</a> qui ont été rédigés de 2004 à 2019
  107. ou les <a href="/david/stream/">entrées de journaux</a> relativement
  108. régulières entre 2009 et 2019.
  109. </p>
  110. <p>
  111. <em>
  112. Notez qu’avec un tel historique, certaines informations sont obsolètes et/ou
  113. plus cautionnées.
  114. </em>
  115. </p>
  116. <h2>Me contacter</h2>
  117. <p>
  118. Je réponds à <em>presque</em> tous les courriels reçus, exception faite de ceux que j’assimile à de la publicité ou du <code>spam</code>. Vous pouvez <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">m’écrire</a> sans trop de civilités et me tutoyer, je répondrai probablement de même. Si vous souhaitez correspondre de manière chiffrée, voici <a href="/static/david/david-larlet-pgp-public-key-1359EA98.asc" title="Clé publique de chiffrement">ma clé publique</a>.
  119. </p>
  120. </main>
  121. </article>
  122. <hr>
  123. <footer>
  124. <p>
  125. <a href="/david/" title="Aller à l’accueil">🏠</a> •
  126. <a href="/david/log/" title="Accès au flux RSS">🤖</a> •
  127. <a href="http://larlet.com" title="Go to my English profile" data-instant>🇨🇦</a> •
  128. <a href="mailto:david%40larlet.fr" title="Envoyer un courriel">📮</a> •
  129. <abbr title="Hébergeur : Alwaysdata, 62 rue Tiquetonne 75002 Paris, +33184162340">🧚</abbr>
  130. </p>
  131. <template id="theme-selector">
  132. <form>
  133. <fieldset>
  134. <legend>Thème</legend>
  135. <label>
  136. <input type="radio" value="auto" name="chosen-color-scheme" checked> Auto
  137. </label>
  138. <label>
  139. <input type="radio" value="dark" name="chosen-color-scheme"> Foncé
  140. </label>
  141. <label>
  142. <input type="radio" value="light" name="chosen-color-scheme"> Clair
  143. </label>
  144. </fieldset>
  145. </form>
  146. </template>
  147. </footer>
  148. <script src="/static/david/js/instantpage-5.1.0.min.js" type="module" defer></script>
  149. <script type="text/javascript">
  150. function loadThemeForm(templateName) {
  151. const themeSelectorTemplate = document.querySelector(templateName)
  152. const form = themeSelectorTemplate.content.firstElementChild
  153. themeSelectorTemplate.replaceWith(form)
  154. form.addEventListener('change', (e) => {
  155. const chosenColorScheme = e.target.value
  156. localStorage.setItem('theme', chosenColorScheme)
  157. toggleTheme(chosenColorScheme)
  158. })
  159. const selectedTheme = localStorage.getItem('theme')
  160. if (selectedTheme && selectedTheme !== 'undefined') {
  161. form.querySelector(`[value="${selectedTheme}"]`).checked = true
  162. }
  163. }
  164. const prefersColorSchemeDark = '(prefers-color-scheme: dark)'
  165. window.addEventListener('load', () => {
  166. let hasDarkRules = false
  167. for (const styleSheet of Array.from(document.styleSheets)) {
  168. let mediaRules = []
  169. for (const cssRule of styleSheet.cssRules) {
  170. if (cssRule.type !== CSSRule.MEDIA_RULE) {
  171. continue
  172. }
  173. // WARNING: Safari does not have/supports `conditionText`.
  174. if (cssRule.conditionText) {
  175. if (cssRule.conditionText !== prefersColorSchemeDark) {
  176. continue
  177. }
  178. } else {
  179. if (cssRule.cssText.startsWith(prefersColorSchemeDark)) {
  180. continue
  181. }
  182. }
  183. mediaRules = mediaRules.concat(Array.from(cssRule.cssRules))
  184. }
  185. // WARNING: do not try to insert a Rule to a styleSheet you are
  186. // currently iterating on, otherwise the browser will be stuck
  187. // in a infinite loop…
  188. for (const mediaRule of mediaRules) {
  189. styleSheet.insertRule(mediaRule.cssText)
  190. hasDarkRules = true
  191. }
  192. }
  193. if (hasDarkRules) {
  194. loadThemeForm('#theme-selector')
  195. }
  196. })
  197. </script>
  198. </body>
  199. </html>