commit a51ea9abc9d5447ae42c21e4c64b27a44ff9ff1d
parent 098f8787c775a6e1e94d08a65da8e3b16bdcb97d
Author: Hugo Soucy <hugo@soucy.cc>
Date: Mon, 3 Apr 2023 07:58:23 -0400
Replace print by io.write, display the src dst paths
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/satelito/site.lua b/satelito/site.lua
@@ -46,6 +46,8 @@ function site.make(sitedata)
local feed_xml, feed_xml_path
local paginated
+ io.write('-- ' .. sitedata[i].relpath)
+
sitedata[i].index = i
-- Lists
@@ -135,6 +137,8 @@ function site.make(sitedata)
if export then
assets.export(sitedata[i])
end
+
+ io.write(' => '.. sitedata[i].rellink .. ' ✔ \n')
end
-- Make and export the sitemap.xml