Skip to content

triadic-org/home

Repository files navigation

Triadic Labs Homepage

Static site for triadiclabs.org, built with Astro and deployed to GitHub Pages.

Develop

npm install
npm run dev

Dev server: http://localhost:4321

Build

npm run build      # output to dist/
npm run preview    # serve the built site locally

Deploy

Pushes to main deploy automatically via .github/workflows/deploy.yml.

One-time GitHub setup

  1. Settings → Pages → Source → select GitHub Actions.
  2. Settings → Pages → Custom domain → enter triadiclabs.org (the public/CNAME file is committed; this triggers the apex check).
  3. Configure DNS for triadiclabs.org at your registrar:
    • A records → 185.199.108.153, 185.199.109.153, 185.199.110.153, 185.199.111.153
    • AAAA records → 2606:50c0:8000::153, 2606:50c0:8001::153, 2606:50c0:8002::153, 2606:50c0:8003::153
    • Optional CNAME for wwwtriadic-org.github.io
  4. Once DNS resolves, enable Enforce HTTPS under Pages settings.

Structure

src/
  layouts/   # shared page shells
  pages/     # routes (file-based)
public/      # static assets served as-is (CNAME, favicon, etc.)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors