Skip to content

crane-valley/kylix-pqc.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kylix-pqc.dev

Website for kylix-pqc, a pure Rust post-quantum cryptography library.

Live site: https://kylix-pqc.dev

Development

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

Scripts

Command Description
npm run dev Start development server at localhost:4321
npm run build Generate OG image and build for production
npm run preview Preview production build locally
npm run generate:og Regenerate OG image only

Project Structure

kylix-pqc.dev/
├── public/
│   └── og-image.png      # Open Graph image (auto-generated)
├── scripts/
│   └── generate-og-image.mjs  # OG image generator
├── src/
│   ├── layouts/
│   │   └── Layout.astro  # Base layout with head/meta
│   └── pages/
│       └── index.astro   # Homepage
├── astro.config.mjs
└── package.json

Tech Stack

  • Astro - Static site generator
  • Sharp - OG image generation

License

MIT

About

Official landing page for Kylix — a NIST FIPS-compliant post-quantum cryptography project in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors