Ulka is a free and open source static site generator that helps you create static sites from markdown and ulka files.
-
Create new ulka site
npx create-ulka-app <app-name> <template-name>
-
Navigate to app name and start server
cd <app-name> npm start
Complete documentation comming soon....