Compare commits
No commits in common. "0adc46acd207d3bc1b91c8fb7408de4a00c12f05" and "f6e55208739dbd04d626707784619e923014baf0" have entirely different histories.
0adc46acd2
...
f6e5520873
3 changed files with 2 additions and 15 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,5 +1,2 @@
|
|||
lua_modules
|
||||
posts
|
||||
blog
|
||||
.tup
|
||||
*.skooma
|
||||
|
|
12
tasks.lua
12
tasks.lua
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue