Skip to content

Statue: Svelte + Markdown Static Site Generator, launch a website for your business, blog, portfolio, or product in seconds, with one-line setup

License

Notifications You must be signed in to change notification settings

accretional/statue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

97 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Statue npm version License: MIT

Statue is a wicked-fast static site generator based on Markdown, Svelte, Tailwind, Pagefind, and reusable components.

One-line setup! (requires npm):

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install npm && cd statue-site && npm install statue-ssg && npx statue init && npm install && npm run build && npm run preview
setup via bun, pnpm, yarn, windows

bun:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install bun && cd statue-site && bun add statue-ssg && npx statue init && bun install && bun run build && bun run preview

pnpm:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install pnpm && cd statue-site && pnpm add statue-ssg && npx statue init && pnpm install && pnpm run build && pnpm run preview

yarn:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install yarn && cd statue-site && yarn add statue-ssg && npx statue init && yarn install && yarn run build && yarn run preview

Windows: Support for Windows is provided on a best-effort basis. Statue's dev team lacks regular Windows users, so we cannot easily keep Statue working seemlessly for Windows: contact us if you'd like to help maintain Statue support for Windows! The above commands should work, but you may run into pathing issues and other incompatibilities during or after setup.


Content like blogs and docs are added and changed directly through .md files. Other parts of the Statue site are based on Svelte components and the site's config. Statue sites are fully static, so development is straightforward, management is simple, and hosting is ~free!

Need help? Want to collaborate, contribute, or engage with the Statue community? Join us on Discord! πŸ—Ώ

area3-github

Why Statue?

Statue is Fast, Simple, and Flexible from start to finish. One-line setup, then fast builds, fast deploys, and a fast site.

  • Markdown-first: Write your site's content in simple .md files: no coding required.
  • Zero Config, Zero Cost Search: Start with your own full-site search index: no setup, totally free and yours.
  • Powered by Great Tools: 0->1 setup with SvelteKit, Tailwind, Pagefind, and components fully integrated.
  • Simple yet Powerful: Statue's Declarative Component Model makes customization easy, intuitive, and flexible.
  • Ultra-cheap hosting: Deploy static sites to free and low-cost hosts like Netlify, Vercel, Cloudflare, and GitHub Pages.
  • Low Maintenance: Static sites are ~maintenance-free; Statue keeps sites simple with less to break.

Statue helps you build the site you want, without battling the tools you use to build it.

area4-github

Getting Started

After running the setup command above, your site is live at http://localhost:3000.

Next steps:

  1. Complete the New Site Checklist - Customize your site step-by-step
  2. Read Getting Started - Learn key concepts
  3. Add content - Create .md files in content/ and they become pages automatically

Documentation

πŸ“š For Users

πŸ”§ For Developers

Modifying your Site

Make changes to your site's contents, config, and code, then run npm run build (or equivalent) to rebuild it.

To resolve new imports, handle the build, and view your new site all in one command, try:

npm i && npm run build && npm run preview

Once you're ready to publish your site, deploy the build/ directory to any static host. See deployment guide β†’

Community

License

MIT

About

Statue: Svelte + Markdown Static Site Generator, launch a website for your business, blog, portfolio, or product in seconds, with one-line setup

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published