guile-inkplate/README.org
Tom Willemse 6a5428b99d Add laminar badge to README
I'm not sure if all of the export methods will display this properly, but the
regular way of just adding an org link doesn't quite work right.
2023-07-14 00:10:34 -07:00

15 lines
479 B
Org Mode

#+title: Guile Inkplate
#+subtitle: A port of my Emacs Lisp Inkplate library to Guile
#+begin_export html
<a href="https://laminar.ryuslash.org/jobs/guile-inkplate">
<img src="https://laminar.ryuslash.org/badge/guile-inkplate.svg">
</a>
#+end_export
This is a simple port of my Emacs Lisp Inkplate library to Guile.
Running these needs to happen from the project root:
- running tests :: ~guile -L . tests/inkplate.scm~
- running examples :: ~guile -L . examples/date.scm~