Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fizzadar/Luapress
:newspaper: Static site/blog generator written in Lua.
https://github.com/Fizzadar/Luapress
Last synced: 12 days ago
JSON representation
:newspaper: Static site/blog generator written in Lua.
- Host: GitHub
- URL: https://github.com/Fizzadar/Luapress
- Owner: Fizzadar
- License: mit
- Archived: true
- Created: 2013-02-13T12:05:36.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-21T22:34:38.000Z (12 months ago)
- Last Synced: 2024-08-01T22:54:10.965Z (3 months ago)
- Language: Lua
- Homepage:
- Size: 1.12 MB
- Stars: 199
- Watchers: 14
- Forks: 32
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-static - **Luapress**
README
# Luapress v4
> Due to lack of time, I am no longer actively working on Luapress. I will happily review, merge & release pull requests.
Luapress is *yet another* static site generator, written in Lua, with posts in markdown. It's simple, fast and supports both plugins and templates.
## Quick Start
Install with Luarocks:
```
luarocks install luapress
```Create a new site in some directory (you can optionally specify `--template "etlua"` or `--template "lhtml"` to use the etlua or LHTML default template over the mustache one):
```
luapress init URL [--template "etlua"]
```Drop Markdown files in `posts/` & `pages/` and build with:
```
luapress
```Now, just upload the contents of `build/` to the web.
## Example
I'm using it for my blog, [Pointless Ramblings](http://pointlessramblings.com). The [Luapress website](https://github.com/Fizzadar/luapress.org) itself is also powered by Luapress :).