Swifty is the next generation of static site generator.
It uses the power of Turbo and morphing to build sites that are blazingly fast.
It also uses convention over configuration to make is super simple to build sites.
npm install @daz4126/swiftynpx swifty initto create a new site- Edit the
template.htmlfile to match your default layout - Change the
sitenameinconfig.yaml - Add some markdown files to the 'pages' directory
npx swifty buildto build the sitenpx swifty startto start the server- Visit http://localhost:3000 to see your site
