diff --git a/src/content/colophon.md b/src/content/colophon.md index 6ff2939..d3d3490 100644 --- a/src/content/colophon.md +++ b/src/content/colophon.md @@ -1 +1,9 @@ -how the site gets sited \ No newline at end of file +ivy.rs is built using [Astro](https://astro.build) and is deployed on [fly.io](https://fly.io). + +okay more specific this time: +- SSG: [Astro](https://astro.build) +- Styling: [Tailwind CSS](https://tailwindcss.com) +- Color scheme: [Flexoki](https://stephango.com/flexoki) (it's very pretty) +- Deployment: [fly.io](https://fly.io) (likely to be self-hosted as soon as i get GitHub Actions working) + +You can find the source code for this site at [ivyturner/trellis](https://github.com/ivyturner/trellis) diff --git a/src/pages/contact/index.astro b/src/pages/contact/index.astro index bd4a173..d1df9b3 100644 --- a/src/pages/contact/index.astro +++ b/src/pages/contact/index.astro @@ -24,7 +24,7 @@ import Layout from "~/layouts/Page.astro";
  • - Sourcehut: ~la () + Sourcehut: ~la (sadly can't change my username)

  • diff --git a/src/site.config.ts b/src/site.config.ts index e8d6227..deefcdb 100644 --- a/src/site.config.ts +++ b/src/site.config.ts @@ -1,7 +1,7 @@ export default { site: { url: "https://ivy.rs", - title: "Ivy!", + title: "ivy.rs", description: "Ivy Turner's personal website", },