Athena

Canon · Begin

Getting started

Sit once: install the house, replace the brand, and walk the four named rooms.

You do not need an account. You need a working copy of the template and a sitting with src/lib/site.ts.

Walk the house

  1. Open / and read the table.
  2. Open /blog — that is the Folio.
  3. Open /docs — you are in the Canon.
  4. Open /login and /register. Submit. Notice they do not keep a seat.

Replace the name

Edit the site object first. Everything else — metadata, the footer, the open graph card — reads from there.

export const site = {
  name: "Your table",
  tagline: "A sentence you can stand in",
  url: "https://example.com",
}

Next

Install the dependencies if you have not, then read Installation.