A simpler static site generator written in JavaScript to transform static data to html.
npx ulka create my_portfolio
cd my_portfolio
npm run develop
By default ulka supports ulka-parser (A new templating engine specifically built for ulkajs). Adding a support for new templating engine is very easy. All you have to do is register the render function through ulka's plugin system. Example: ulka-source-ejs
Ulka uses remarkable and supports all remarkable plugins.
Ulka is pluggable. You can extend or add new feature using ulka's plugin system. You can even change how ulka works. Official plugins made by ulka are maintained in this repo.
Find more static site generators.