M .build.yml => .build.yml +1 -1
@@ 15,4 15,4 @@ tasks:
- deploy: |
cd tallyard/site
sshopts="ssh -o StrictHostKeyChecking=no"
- rsync --rsh="$sshopts" -rP index.html $deploy:/var/www/tallyard.xyz/
+ rsync --rsh="$sshopts" -rP index.html tallyard.png $deploy:/var/www/tallyard.xyz/
M site/index.dhtml => site/index.dhtml +4 -0
@@ 19,6 19,10 @@
</head>
<body>
+ <img width="30px" src="tallyard.png" />
+ <a href="https://git.sr.ht/~edwargix/tallyard">[repo]</a>
+ <a href="https://git.sr.ht/~edwargix/tallyard/blob/master/doc/oresec-talk/tallyard.pdf">[presentation]</a>
+
${README}
</body>
</html>
A site/tallyard.png => site/tallyard.png +0 -0