sitic
Version:
Generate static sites using Markdown and YAML. Straightforward, zero-complexity. Complete toolkit for landing pages, blogs, documentation, admin dashboards, and more.git remote add origin git@github.com:yuusoft-org/sitic.git
13 lines • 445 B
HTML
<rtgl-view g="xl" w="f" mv="l">
<rtgl-text s="tl">{{ sectionTitle }}</rtgl-text>
{% for item in items %}
<a href="{{ item.href }}" style="display: contents;">
<rtgl-view bgc="suc" bc="o" bw="s" br="m" p="m" w="f" g="xs">
<rtgl-view d="h" g="m">
<rtgl-text s="tl">{{ item.label }}</rtgl-text>
</rtgl-view>
<rtgl-text s="bm">{{ item.description }}</rtgl-text>
</rtgl-view>
</a>
{% endfor %}
</rtgl-view>