Tom Willemse
6a5428b99d
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.
15 lines
479 B
Org Mode
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~
|