Browse Source

Blogroll

master
David Larlet 7 months ago
parent
commit
5a13e30f9f
Signed by: David Larlet <david@larlet.fr> GPG Key ID: 3E2953A359E7E7BD
2 changed files with 37 additions and 8 deletions
  1. 32
    8
      david/blogroll/index.html
  2. 5
    0
      site.py

+ 32
- 8
david/blogroll/index.html View File

@@ -166,11 +166,25 @@
<a href="https://winnielim.org/">Winnie Lim (en)</a>
(<a href="https://winnielim.org/feed/">flux</a>)
</li>
<li>
<a href="https://brr.fyi/">brr (en)</a>
(<a href="https://brr.fyi/feed.xml">flux</a>)
</li>
</ul>
</nav>
<p>N’hésitez pas à me contacter si vous ne souhaitez pas figurer dans cette liste.</p>
<h2>Leurs dernières publications</h2>
<dl>
<dt>
<a href="https://winnielim.org/journal/10-quick-scenes-from-seoul/">10 quick scenes from seoul</a>,
11-09-2023
</dt>
<dd>
I missed yesterday’s every-sunday-I-will-publish-a-post day because we’re now travelling in seoul. I used to write more stream of consciousness posts while I travelled, but somehow over the past few years my writing...
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://blog.ecologie-politique.eu/post/Plantez-des-arbres">Plantez des arbres !</a>,
@@ -323,22 +337,22 @@
</dl>
<dl>
<dt>
<a href="https://winnielim.org/journal/documenting-everyday-moments-because-they-will-become-precious/">documenting everyday moments because they will become precious</a>,
27-08-2023
<a href="https://ynote.hk/mots/processus-de-creation/raccrocher-les-wagons.html">Raccrocher les wagons</a>,
24-08-2023
</dt>
<dd>
A few months ago someone popped up on the Singapore reddit and started posting photos of old Singapore from the 1950s-1970s. He is the grandson of Ivan Polunin, a medical doctor who...
— <a href="https://winnielim.org/">Winnie Lim (en)</a>
Après une grosse période de fatigue, j’ai repris du poil de la bête. J’ai accepté trop de projets par rapport au temps que j’avais… Et je me suis noyée.
— <a href="https://ynote.hk/">Fanny Cheung</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://ynote.hk/mots/processus-de-creation/raccrocher-les-wagons.html">Raccrocher les wagons</a>,
24-08-2023
<a href="https://brr.fyi/posts/south-pole-electrical-infrastructure">South Pole Electrical Infrastructure</a>,
21-08-2023
</dt>
<dd>
Après une grosse période de fatigue, j’ai repris du poil de la bête. J’ai accepté trop de projets par rapport au temps que j’avais… Et je me suis noyée.
— <a href="https://ynote.hk/">Fanny Cheung</a>
Power generation and distribution at the South Pole.
— <a href="https://brr.fyi/">brr (en)</a>
</dd>
</dl>
<dl>
@@ -351,6 +365,16 @@
— <a href="https://www.hypothermia.fr/">Eliness</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://brr.fyi/posts/snowdrifts">Snowdrifts</a>,
13-08-2023
</dt>
<dd>
4 days of blown snow into a doorway.
— <a href="https://brr.fyi/">brr (en)</a>
</dd>
</dl>
<dl>
<dt>
<a href="https://luce.carevic.eu/fr/notes/actions-rapides-macos-automator">Actions rapides (macOS) avec Automator</a>,

+ 5
- 0
site.py View File

@@ -544,6 +544,11 @@ def blogroll():
url="https://winnielim.org/",
feed="https://winnielim.org/feed/",
),
Website(
name="brr (en)",
url="https://brr.fyi/",
feed="https://brr.fyi/feed.xml",
),
]
entry_list = sorted(
chain(*[website.entries for website in website_list]),

Loading…
Cancel
Save