Skip to content

slice-soft/ss-keel-landing

Repository files navigation

ss-keel-landing

Landing page for keel-go.dev — the main website for the Keel framework.

Astro License Made in Colombia Sponsor


Stack

  • Astro — static site generation
  • No JS frameworks — scoped HTML + CSS per component

Local Development

npm install
npm run dev

The site will be available at http://localhost:4321.


Structure

src/
├── layouts/
│   └── Layout.astro          # Base: meta tags, SEO, design system CDN, anti-FOUC
├── components/
│   ├── Nav.astro             # Navbar with theme toggle and links
│   ├── Hero.astro            # Hero section with code examples
│   ├── Features.astro        # 4 framework pillars
│   ├── Architecture.astro    # Module→Controller→Service→Repository diagram
│   ├── Addons.astro          # Addon ecosystem grid
│   ├── CLI.astro             # keel CLI demo terminal
│   ├── CTA.astro             # Final call to action
│   └── Footer.astro          # Footer with links
└── pages/
    └── index.astro           # Main page

Build

npm run build     # Outputs to dist/
npm run preview   # Preview the build locally

Contributing

See CONTRIBUTING.md for repository-specific rules. The base workflow, commit conventions, and community standards live in ss-community.

Community

Document
CONTRIBUTING.md Workflow, commit conventions, and PR guidelines
GOVERNANCE.md Decision-making, roles, and release process
CODE_OF_CONDUCT.md Community standards
SECURITY.md How to report vulnerabilities

About

keel-go.dev landing page — Astro 5

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors