Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@leafo leafo released this 05 Mar 01:32
· 8 commits to master since this release

Full Changelog: v0.1...v0.2

https://luarocks.org/modules/leafo/sitegen

Changes

  • Added error wrapping around cosmo template rendering
  • Added source extraction with line numbers when a cosmo syntax error is detected to make it easier to debug where the error happened (Note: line numbers can't be fully accurate due to the currentparsing pipeline)
  • replace trim implementation
  • trimming leading whitespace is a bit smarter by ignoring blank lines until the first line with indented text
  • shell command arguments are properly escaped