Compare commits

..

No commits in common. "0adc46acd207d3bc1b91c8fb7408de4a00c12f05" and "f6e55208739dbd04d626707784619e923014baf0" have entirely different histories.

3 changed files with 2 additions and 15 deletions

3
.gitignore vendored
View file

@ -1,5 +1,2 @@
lua_modules
posts
blog
.tup
*.skooma

View file

@ -8,17 +8,7 @@ local path = table.concat({
";",
}, ";")
local cpath = table.concat({
"lua_modules/lib/lua/5.4/?.so",
"lua_modules/lib/lua/5.4/?/init.so",
";",
}, ";")
task.setup {
description = "Sets up directories and dependencies";
"mkdir -p lua_modules .luarocks";
"luarocks install --only-deps *.rockspec";
}
local cpath = path:gsub(".lua", ".so"):gsub("/share/", "/lib/")
task.clean {
description = "Removes local rocks";

View file

@ -60,5 +60,5 @@ html
* content slots, data
* ->
footer class: "box"
* gridBox columns: math.min(#slots.footer, 3), class: 'content-padding', center: true
* gridBox columns: math.min(#slots.footer, 3), class: 'content-padding'
* slots.footer