Skip to content

Repository files navigation

Khayal Website

Landing page for Khayal — a local-first, privacy-focused second brain.

khayal.rawnaqs.io

Tech Stack

  • Astro — Static site generator
  • IBM Plex Mono + Bricolage Grotesque — Typography
  • Zero frameworks — Pure HTML/CSS, no JS dependencies

Structure

src/
├── components/     # Page sections (Header, Hero, Features, etc.)
├── layouts/        # Base HTML layout with fonts and meta
├── pages/          # Routes (index.astro = homepage)
└── styles/         # Global CSS variables and resets
public/
├── icon.svg        # Brand icon (also used as favicon)
└── CNAME           # Custom domain for GitHub Pages

Commands

Command Action
npm run dev Start dev server at localhost:4321
npm run build Build to ./dist/
npm run preview Preview production build locally

Deployment

Deploys to GitHub Pages on every push to main via .github/workflows/deploy.yml.

Custom domain: khayal.rawnaqs.io (configured via public/CNAME)

License

AGPLv3 — Rawnaqs

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages