Our website, built in astro
  • Astro 92.6%
  • JavaScript 6.7%
  • CSS 0.7%
Find a file
2026-05-16 13:01:11 -05:00
dist commit from backup 2026-05-16 13:01:11 -05:00
node_modules commit from backup 2026-05-16 13:01:11 -05:00
public commit from backup 2026-05-16 13:01:11 -05:00
src commit from backup 2026-05-16 13:01:11 -05:00
astro.config.mjs commit from backup 2026-05-16 13:01:11 -05:00
package-lock.json commit from backup 2026-05-16 13:01:11 -05:00
package.json commit from backup 2026-05-16 13:01:11 -05:00
pnpm-lock.yaml commit from backup 2026-05-16 13:01:11 -05:00
README.md commit from backup 2026-05-16 13:01:11 -05:00
tsconfig.json commit from backup 2026-05-16 13:01:11 -05:00

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"