Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Release v3

Compare
Choose a tag to compare
@Fizzadar Fizzadar released this 29 Nov 23:37
· 108 commits to develop since this release

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_page to create index form page even when posts exist
  • Add config.sticky_page to have a page appear at the top of index
  • Add config.archive_title to change the title of the archive page
  • Add --watch command 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_getopt and handle args manually
  • Nicer (colored, where possible) terminal output