all repos — blog @ 414fae0ed0989034e905ae850167810713da1377

Code and content for 5ika.ch

layouts/shortcodes/links.html (view raw)

 1<nav>
 2  <a href="/notes">๐Ÿ“… Notes hebdos</a>
 3  <a href="/posts">๐Ÿ“ Blog</a>
 4  <a href="/projects">๐Ÿ”จ Projets</a>
 5  <a href="./about">๐Ÿ‘‹ Plus dโ€™info</a>
 6  <a href="./now">โฌ‡๏ธ Maintenant</a>
 7  {{/* <a href="./ideas">๐Ÿ’ก Idรฉes</a> */}}
 8  <a href="./inspirations">๐Ÿง  Inspirations</a>
 9  <a href="./books">๐Ÿ“˜ Lectures</a>
10  <a href="/tim@5ika.ch.pub">๐Ÿ”‘ Clรฉ PGP</a>
11  <a href='./cv'>๐Ÿ‘ท CV</a>
12  <a href="https://git.5ika.ch" style="display: flex; column-gap: 0.5rem"
13    ><img width="19px" src="{{ .Site.BaseURL }}/img/git.svg" />git</a
14  >
15</nav>