Let’s talk about the Future of Jamstack — Join us

Ulka

17 stars
2 forks
0 issues
Home page
https://ulka.js.org
Repository
ulkajs/ulka
Twitter
@coderosh
Language:
JavaScript
License:
MIT
Templates:
Ulka

A simpler static site generator written in JavaScript to transform static data to html.

Installation

npx ulka create my_portfolio

cd my_portfolio
npm run develop

Default templating engine.

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

Markdown support

Ulka uses remarkable and supports all remarkable plugins.

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.