September 18, 2022
Cecil 7.3.0 released
Features
Support of custom (localized) path for section
Sections (i.e.: section/index.md) now support custom path:
path: custom/path/ The custom path of a section can be different by language:
paths:
- section: <section’s name>
language: <language> # optional
path: <path of pages, with palceholders> Fix
- Better detection of asset, based on file extension
- Catch error if date is null
Docs
- Build life cycle diagram updated
Miscs
- Dependencies updated
- Code cleaned and enhanced
Release notes on GitHub