type: glossary
timestamp: 2026-06-20
tags: [glossary, naming, sites]

-site suffix

-site suffix on website repo names (oriz-<name>-site)

-site suffix

Definition

The -site suffix is the family naming convention for website repositories: oriz-<name>-site (e.g. oriz-blog-site).

Expanded

Like the -ext suffix, this disambiguates sites from extensions and packages in GitHub listings. The submodule directory under sites/oriz-<name>/ drops the -site because the parent path already makes it unambiguous, but the GitHub repo keeps the full suffixed name.

The 11 current sites all follow this convention; the apps/api/ Hono Worker is the deliberate exception (it is not a site and not a submodule).

See also


Edit on GitHub · Back to index