A simpler static site generator written in JavaScript to transform ulka and markdown files to html.
-
Create new ulka site
npx ulka create <app-name> <template_url> -i npm ## OR npm i -g ulka ulka create <app-name> <template_url> -i npm
-
Navigate to app name and start dev server
cd <app-name> npm run develop
ulka template guide: https://github.com/ulkajs/ulka-parser
For compelte documentation and tutorial visit ulka.js.org
We welcome you to join the development of ulka. Please see contributing guidelines.