Our website, built in astro
- Astro 92.6%
- JavaScript 6.7%
- CSS 0.7%
| dist | ||
| node_modules | ||
| public | ||
| src | ||
| astro.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
celsius-232-site
Components
Service
Displays services, like the git host and kiwix
<Service desc="descriptionOfService" link="linkToTheService" logo="pathToTheLogo"/>
desc: Description of the service, like "A no nonsense git host"
link: The link to the service, like "https://git.c232.xyz"
logo: path to the logo in the /public directory, like "/logos/git.svg"