Ulka

A fast, pluggable and lightweight static site generator written in javascript.


Blazing Fast

Ulka accelerates website deployment with its lightning-speed build process.

Pluggable

Ulka's modular design allows easy integration of plugins, expanding its functionality.

Lightweight

Ulka bundles libraries using Rollup for faster installation, saving you time and storage space.

# Create new project
npm init ulka my-blog
# Goto project directory
cd my-blog
# Install dependencies
npm install 
# Build
npx ulka
# Build and watch
npx ulka -w