Luapress
Luapress copied to clipboard
:newspaper: Static site/blog generator written in Lua.
- line was missing preventing the 'template' parameter frmo working - typo in the etlua for footers was preventing etlua from working on sites with more than some number of...
Hi, It would be nice if YAML like below could be inserted in the Markdown but ignore by the renderer, so that a single file could be used to generate...
Option `--template "etlua"` not working?, i add the command `luapress init localhost --template "etlua"` but the template is generated with mustache
Option `--template "etlua"` not working?, i add the command `luapress init localhost --template "etlua"` but the template is generated with mustache
i have a 2.2GB file in my file section and luajit complains that it is out of memory when I use luapress to generate the site. Any idea what this...
Hi there, could somebody point me in the right direction? I am trying to use the default gallery plugin. What I've done so far. - create a page and put`...
Really great project :+1: I looked inside the style.css; I could not find class="biglinks" defined in the footer.mustache: ``` {{#previous_page}} ← Previous Page {{/previous_page}} {{#next_page}} Next Page → {{/next_page}} ```
I would like to have a class definition for the toc. Is this possible to add a `class=toc` for the toc ?
DISCOUNT dependency fails on me every time :/ `Error: Failed installing dependency: https://luarocks.org/discount-0.4-1.rockspec - Could not find header file for DISCOUNT No file mkdio.h in /usr/local/include No file mkdio.h in...
``` # test 1. test 1 ``` do something ``` 2. test 2 ``` do another thing ``` 3. test 3 ``` Should produce # test 1. test1 ``` do...