tilder, Showcase

sites built with tilder

Name

showcase - sites built with tilder

Sites that tilder builds, each with its address, a line about it and, when it has one, a screenshot. Built one with tilder? It can be listed here.

Sites

Systeam

https://systeam.sh

The website of La Systeam, a French collective for systems engineering and free software, built with tilder and mirrored as plain text at man.systeam.sh.

Systeam

Be listed

Open an issue or a pull request on THOSTED/tilder (external site) with:

  • the site's address;
  • one line that says what the site is;
  • if you like, a screenshot.

Each site is one entry file, showcase/<slug>/index.md, with its screenshot next to it. The slug is a short name for the site, in lower case. A pull request adds that folder; an issue gives what goes in it:

---
title: Example site
url: https://example.org/
description: The notes of a small team, in English and French, with a text mirror for terminals.
image: shot.png
order: 10
---

## Name

example - the notes of a small team
Front matter
titlethe site's name
urlrequired, the site's address, https://example.org
descriptionone sentence, the text of the card
imageoptional, a screenshot next to the file (showcase/<slug>/shot.png)
orderoptional, a whole number: the place in the list (default 1000, then the slug)

See also

↑ back to top