~edwargix/tallyard

cfaed76be72c7d4a435f92f8c2a58a773567c0d2 — David Florness 5 years ago 674d70d
Add picture and links to repo and presentation on website
3 files changed, 5 insertions(+), 1 deletions(-)

M .build.yml
M site/index.dhtml
A site/tallyard.png
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