update home page and colophon
[~bandali/bndl.org] / layouts / index.html
index 120e05c..f1d5f3b 100644 (file)
@@ -2,7 +2,9 @@
 
 <h1 id="hello">Hello there,</h1>
 <p>
-  <img class="picture__avatar" src="https://emacsel.com/img/aminb.jpg" alt="Amin Bandali">
+  <img class="picture__avatar" height="64" weight="64"
+       src="https://emacsel.com/img/aminb.jpg" alt="Amin Bandali"
+       title="A photo of me at my alma mater from a few years back">
 </p>
 <div class="clear"></div>
 {{ with .Content }}
 {{ end }}
 
 <h2 id="publications">Publications</h2>
-<ul>
-  <li>TODO</li>
+<ul id="text-publications">
+  {{ range .Site.Data.publications.pub }}
+  <li>
+    <p>
+      <strong>{{ .title | markdownify }}</strong>
+      ({{ .links | markdownify }})
+    </p>
+    <p class="pub-desc">{{ .description | markdownify }}</p>
+  </li>
+  {{ end }}
 </ul>
 
 <h2 id="talks">Talks &amp; presentations</h2>