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.
We set up a CMS for open authoring, you can add and modify your sites here.
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, example.org should saved as example-org.toml.1domain = "example.org"
2title = "Site title"
3date = "2023-xx-xx"
4# logo = ""
5# logo_width = 100
6# logo_height = 100
| Property | Type | Description |
|---|---|---|
domain | string | Site domain, 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. |
10 sites in total.