Sharing with us about your sites built with HB, once the request is approved, your sites will be shown on our homepage and this page.
Create a data file with following format to describe your site under the /data/sites/ folder, then create a PR and waiting for reviewing and merging.
.) with the dash (-), for example, https://example.org/ should saved as example-org.toml.1url = "https://example.org/"
2title = "Site title"
3date = "2023-xx-xx"
4# logo = ""
5# logo_width = 100
6# logo_height = 100
| Property | Type | Description |
|---|---|---|
url | string | Site URL, required. |
title | string | Site title, required, please take as short as possible, otherwise it’ll be truncated. |
date | date | The date you’re requesting to add the site, such as 2023-09-01, required. |
logo | string | Site logo, optional. |
logo_width | number | Logo intrinsic width, required when logo is set. |
logo_height | number | Logo intrinsic height, required when logo is set. |
8 sites in total.