GitHub - craigmulligan/lil: deno static site generator experiment

1 min read Original article ↗

lil

A dead-simple lil static site generator.

This means.

  • NO configuration files
  • NO taxonomy systems
  • NO templating languages
  • NO javascript frameworks

If you have something you'd like to put on the web in a clean readable format, but don't want to faf with configuring & customizing a site generator then lil maybe for you.

Basically you chuck some markdown files in a directory and run lil and get a well designed, fast & accessible website.

There are a few things baked in.

Install

You can download the latest release

Usage:

Create a page

echo "# Hello World!" > index.md

Dev mode:

Build for prod

Check the ./build for your static site.