Standard::Garden

Getting Started

Welcome! Choose your path: either use Standard Framework only with CSS CDN in any project, or use it as a complete 11ty plugin for long form sites.

Choose Your Path

Path 1: CSS

Use Standard’s CSS framework with any HTML or JavaScript framework (React, Vue, Svelte, etc.).

Perfect for: Static HTML, web apps, or any project needing beautiful styling.

<link rel=stylesheet href=§§URL§§12§§>
<script src=§§URL§§13§§ type=module></script>

That’s It!

You now have a beautiful, responsive, accessible website with:

Open in browser. No build process. No configuration.

Path 2: 11ty

Use Standard as a complete 11ty plugin for blogs, documentation, and content sites.

One plugin. Everything included:

Perfect for: Blogs, documentation, knowledge bases, portfolios, marketing sites.

Step 1: Create Project

mkdir my-website
cd my-website
npx @zefish/standard

Step 6: Build

npx @11ty/eleventy –serve

Visit §§URL§§14§§

Your website is live with:

Congrats for your first website!

Project Structure

Standalone

my-project/
├── index.html          # Your page
├── css/
│   └── custom.css      # Optional custom styles
└── images/
    └── logo.png

11ty + Standard

my-website/
├── eleventy.config.js  # 11ty config
├── package.json        # Dependencies
├── content/
│   ├── index.md        # Homepage
│   ├── about.md        # About page
│   └── blog/
│       └── post-1.md   # Blog post
├── _includes/
│   └── layouts/
│       └── base.njk    # Main layout
└── _site/              # Built output (auto-generated)

Utilities

Standard Framework includes extensive utility classes for spacing, sizing, typography, and layout.

See the complete Utilities Reference for:

Quick tip: All utilities follow the pattern [property]-[side]-[size] making them easy to guess.

Next Steps

Learn More

For Content Sites

For Designers

Remember: Stop configuring. Start creating.

The boring stuff is handled. Focus on your content.