new site title, colophon and an explanation of my sourcehut username

This commit is contained in:
Laker Turner 2025-04-23 23:09:27 +01:00
parent b5e36b3a21
commit e700979e7b
No known key found for this signature in database
3 changed files with 11 additions and 3 deletions

View file

@ -1 +1,9 @@
how the site gets sited
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)

View file

@ -24,7 +24,7 @@ import Layout from "~/layouts/Page.astro";
</li>
<li>
<i class="fa-li fa-solid fa-circle-notch"></i>
Sourcehut: <a href="https://sr.ht/~la">~la</a> ()
Sourcehut: <a href="https://sr.ht/~la">~la</a> (sadly can't change my username)
</li>
<br>
<li>

View file

@ -1,7 +1,7 @@
export default {
site: {
url: "https://ivy.rs",
title: "Ivy!",
title: "ivy.rs",
description: "Ivy Turner's personal website",
},