This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Release v3
Install/upgrade with: luarocks install luapress
Breaking changes:
- Rename
config.index->config.index_page - Change CLI arg
--nocache->--no-cache
The rest:
- Add support for multiple (url, build_dir) environments
- Add
config.force_index_pageto create index form page even when posts exist - Add
config.sticky_pageto have a page appear at the top of index - Add
config.archive_titleto change the title of the archive page - Add
--watchcommand line to rebuild on changes to posts/ & pages/ (no Windows support :() - Add ID attribute to
<hX>tags in markdown lib - Add
$raw$ ...$/raw$ syntax to disable Markdown extras - Add default config, so local config can be sparse
- Fix escaping for post & gallery RSS content
- Rename
press.lua->luapress.lua - Remove
alt_getoptand handle args manually - Nicer (colored, where possible) terminal output