satelito

Static [Web] Site (or Page) Generator (SSG) made with Lua script.
git clone git://soucy.cc/git/satelito.git
Log | Files | Refs | README

commit adaa8c0071b07b4bbfe17a474031a7dd52e25825
parent 55b0a537e0b66240dc60a4f4fb144078e9eeb438
Author: Hugo Soucy <hugo@soucy.cc>
Date:   Tue,  2 Feb 2021 16:52:05 -0500

Add some missing values

Diffstat:
Msatelito-dev-1.rockspec | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/satelito-dev-1.rockspec b/satelito-dev-1.rockspec @@ -5,7 +5,8 @@ source = { } description = { homepage = "https://soucy.cc/git/satelito/files.html", - license = "MIT" + license = "MIT", + summary = "Satelito is a static [web] site (or page) generator (ssg) made with Lua script." } dependencies = { "lua >= 5.3", @@ -38,5 +39,6 @@ build = { bin = { "bin/satelito" } - } + }, + copy_directories = { "sample" } }