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/
Documentation: https://cecil.app/documentation/content/#predefined-variables
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>
Documentation: https://cecil.app/documentation/configuration/#paths
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