Sandbox

Where I try configuration things.

rfig

isdir("plots") || mkdir("plots")
cp("_assets/jso.png", "__site/assets/something.png"; force=true)
print("No errors")
No errors
JSO logo - testing that rfig works

Icons

We use Ionicons, through Bulma. Icons will have to be pure HTML, so wrap it in ~~~ so Franklin doesn't parse it.

Example:

~~~
<span class="icon has-text-info">
<ion-icon name="copy"></ion-icon>
</span>
~~~

Generates

Test list_versions

Check sandbox.jl (it is not actually being loaded).