102 lines
3.8 KiB
HTML
102 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>
|
|
Sans ligne éditoriale fixe
|
|
</title>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/assets/fonts.css">
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
|
|
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="/assets/tale.css">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon.png">
|
|
<link rel="feed" href="/rss.xml" type="application/rss+xml" title="Sans ligne éditoriale fixe" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="nav">
|
|
<div class="nav-container">
|
|
<a href="/">
|
|
<h2 class="nav-title">Sans ligne éditoriale fixe</h2>
|
|
</a>
|
|
|
|
<ul>
|
|
<li><a href="/pages/uhl">UHL</a></li>
|
|
<li><a href="/pages/about">À propos</a></li>
|
|
<li><a href="/archives/">Archives</a></li>
|
|
<li><a href="/tags/">Tags</a></li>
|
|
<li><a href="/rss.xml"><i class="fa fa-rss-square"></i></a></li>
|
|
</ul>
|
|
<div class="site-description"></div>
|
|
|
|
</div>
|
|
</nav>
|
|
<main class="content">
|
|
|
|
<h1>Archives</h1>
|
|
<p>
|
|
|
|
|
|
<details>
|
|
<summary>2022</summary>
|
|
<ul>
|
|
|
|
<li><a href="coincoin/posts/projet-kyria/">Projet Kyria</a></li>
|
|
|
|
<li><a href="coincoin/posts/la-lecture/">Et la lecture dans tout ça</a></li>
|
|
|
|
<li><a href="coincoin/posts/pourquoi-ecrire/">Pourquoi écrire ?</a></li>
|
|
|
|
<li><a href="coincoin/posts/neovim-les-registres/">Neovim : les registres</a></li>
|
|
|
|
<li><a href="coincoin/posts/le-theme-du-blog/">Le thème du blog</a></li>
|
|
|
|
<li><a href="coincoin/posts/neovim-mon-editeur-de-texte-de-coeur/">Neovim, mon éditeur de cœur</a></li>
|
|
|
|
<li><a href="coincoin/posts/le-tactics/">Le genre Tactics</a></li>
|
|
|
|
<li><a href="coincoin/posts/le-rss-realy-simple-syndication/">Le RSS (Realy Simple Syndication)</a></li>
|
|
|
|
<li><a href="coincoin/posts/me-reconcentrer/">Me (re)concentrer</a></li>
|
|
|
|
<li><a href="coincoin/posts/lutter-contre-ma-procrastination/">Lutter contre ma procrastination</a></li>
|
|
|
|
<li><a href="coincoin/posts/questionnaire-pj/">Questionnaire PJ</a></li>
|
|
|
|
<li><a href="coincoin/posts/monkey-island/">Monkey Island</a></li>
|
|
|
|
<li><a href="coincoin/posts/foundryvtt-mon-choix-de-modules/">Mon choix de modules</a></li>
|
|
|
|
<li><a href="coincoin/posts/controleur-alternatif-pour-hhkb-2/">Contrôleur alternatif pour HHKB</a></li>
|
|
|
|
</ul>
|
|
</details>
|
|
|
|
</p>
|
|
|
|
</main>
|
|
<footer>
|
|
<!-- <p><span class="external-icons"> -->
|
|
<!-- <a href="https://twitter.com/geobomatic"><i class="fab fa-twitter"></i></a> · -->
|
|
<!-- <a href="https://github.com/Geobert"><i class="fab fa-github"></i></a> · -->
|
|
<!-- <a href="https://www.flickr.com/photos/geobmcfly/"><i class="fab fa-flickr"></i></a> -->
|
|
<!-- </span></p> -->
|
|
<span>
|
|
© 2022 Yann Fery •
|
|
<a href="/pages/mentions-legales">Mentions légales</a> •
|
|
|
|
Propulsé par
|
|
|
|
<a href="https://getzola.org/">Zola</a> avec un template de <a href="https://github.com/Geobert/blog/">Geobert</a>.
|
|
</span>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|