Files
CoqResearch/_showcase/default/welcome.md
T
alois b3c00734c2
Build and Deploy Jekyll / deploy (push) Successful in 42s
feat: migration vers template academic-homepage original
2026-05-25 20:23:42 +02:00

23 lines
1.1 KiB
Markdown

---
show: true
width: 8
date: 2024-01-12 00:01:00 +0800
---
<div class="p-4">
<h2>Welcome to Showcase!</h2>
<hr />
<p>
<code>Showcase</code> is a page where you can show off almost anything you want. It can be the photo of your pets, your favorite books, your favorite projects, or anything else you want to show to the world.
</p>
<p>
You can create a new showcase item by creating a new file in the <code>_showcase</code> folder. It gives you the highest flexibility to customize the item using any HTML code.
</p>
<p>
Cards are ordered by the <code>date</code> field in the front matter in descending order. The <code>width</code> field is used to determine the width of the card, ranging from 1 to 12.
Layout is done by the <a href="https://masonry.desandro.com/" target="_blank">Masonry</a> library.
</p>
<p>
For a tidy layout, it is recommended to set the width of the cards to be either multiple of 3 or multiple of 4 for all cards, except for small badges that do not take up much space (width=1).
</p>
</div>