{{ with .Project }}
<h1> {{ .name }} </h1>
<p> {{ .description }} </p>
- <a href="{{ .source }}" > git </a>
+ <p> <a href="{{ .source }}" >git</a><span> </span><a href="{{ .container }}" >container image</a> <p>
{{ end }}
<h2 class="centered"> backlog </h2>
<hr/>
The name was originally chosen as a combination of yaml and templates, but I switched to toml files.
'''
source="https://git.openfl.eu/?p=yampl.git"
+container="https://containers.openfl.eu/browser/repo/local/yampl/tag/deploy"
[[items]]
name = "hello world"
font-size: xxx-large;
}
+@font-face {
+ font-family: 'Noto Color Emoji';
+ src: url(https://raw.githack.com/googlefonts/noto-emoji/main/fonts/NotoColorEmoji.ttf);
+}
+
.column {
max-width: 50%;
}