### Features

#### Support of custom (localized) `path` for section

Sections (i.e.: `section/index.md`) now support custom `path`:

```yaml
path: custom/path/
```

[Documentation →](/documentation/content/#predefined-variables)

The custom `path` of a section can be different by language:

```yaml
paths:
  - section: <section’s name>
    language: <language> # optional
    path: <path of pages, with palceholders>
```

[Documentation →](/documentation/configuration/#paths)

### Fix

- Better detection of asset, based on file extension
- Catch error if date is null

### Docs

- [Build life cycle diagram](https://github.com/Cecilapp/Cecil/blob/master/docs/charts/cecil-build-life-cycle.png) updated

### Miscs

- Dependencies updated
- Code cleaned and enhanced
