Skip to content

lgs/7ty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

7ty

7ty is a Static Site Generator that uses Svelte for templating.

Documentation

Installation

npm init @jamcart/7ty new-folder

Features

  • Svelte: Write everything as single file components.
  • File based routing: Simple websites can be written with no configuration needed at all.
  • 0kb JS: Only includes JavaScript on pages that absolutely need it.
  • Partial Hydration: Designate which components need to be interactive and the JavaScript will be compiled just for those.
  • Rollup Based: Seamlessly integrates with the existing Rollup ecosystem.

About

Static Site Generator for Svelte

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.8%
  • Svelte 21.9%
  • Other 1.3%