OpenBSD xterm ksh 664 views

Satelito is a static site generator (SSG) made with Lua.

To install Satelito, you must have Luarocks and Git on your computer: https://github.com/luarocks/luarocks/wiki/Download#installing.

Then in your terminal, run:

luarocks install satelito --local

If the installation succeeded, you can test Satelito by invoking the help page:

satelito -h

To create a new project, use the init sub-command:

$ satelito init

Then Satelito will clone the satelito sample website into your home directory.

You should rename ~/satelito-sample and edit ~/sample/config.lua according to your needs.

Then in the folder’s project where is the config.lua file, type:

satelito make --export

And that’s it, your new site is now built in the public_html/ folder.

More recordings by hs0ucy

cssmin 0:49

by hs0ucy