aboutsummaryrefslogtreecommitdiff
path: root/index.njk
blob: dc465c15390f3d840149988447996dae692520c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html>

<head>
    <meta name="description"
        content="Personal blog of Marc." />
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="css/main.css" />
    <title>߸</title>
</head>

<div  style="display: flex; flex-direction: column;" class="">
  <h2 class="code side-margin" style="color: black; margin-bottom: 6px;font-weight: 700">mccd ߸</h2>
  <div class="side-margin code" style="font-size: 12px; margin-bottom: 6px; line-height:1.3; ">
    <p style="margin:0">pub&ensp;&ensp;&ensp;rsa4096 2023-09-22 [SC]</p>
    <div style="display: flex; gap: 8px;">
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2F30</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1709</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">2782</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">FD05</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">CCCF</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">7964</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">647E</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">396D</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">1F4E</a>
      <a style="color:grey" href="/assets/public-key.asc" style="margin:0; ">AE7B</a>
    </div>
    <p style="margin:0">uid &ensp; &ensp; &ensp; &ensp; &ensp; &ensp; &ensp;Marc &ensp;Coquand &ensp;&lt;<a style="color:grey" href="mailto:marc@mccd.space">marc@mccd.space</a>&gt;</p>
  </div>
  <div class="front-text side-margin" style="display: flex; margin-bottom: 32px; align-items: center; font-size: 12px;">
    <a class="link" style="margin-right: 0.5rem;" href="https://fosstodon.org/@marcc">mastodon</a>
    <a class="link" style="margin-right: 0.5rem;" href="/feed.xml">rss</a>
    <a class="link" style="margin-right: 0.5rem;" href="https://git.mccd.space">git</a>
  </div>
  <h2 class="side-margin code" style="color: black; font-weight: 700">Posts</h2>
    {% for post in collections.post | reverse %}
    <div class="side-margin">
      <div style="display: flex; align-items: center; ">
        <p class="code date" style="margin-right: 0.8rem; margin-top: 6px; margin-bottom: 6px">{{post.date.toLocaleDateString("en-GB")}}</p>
        <a style="display: flex" class="link front-text" href="{{ post.url | url }}">{{post.data.title}}</a>
      </div>
    </div>
    {% endfor %}
</div>
</head>