view tests/bakes/test_unicode.yaml @ 1149:be74ba54a06f

admin: Improvements to micropub endpoint's photo handling. - Add `.jpg` extension to photos that don't have any extension. - Add photos in the config section instead of the body, so that the layout can put them in separate `u-photo` tags.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 10 Jul 2018 21:03:58 -0700
parents 45ad976712ec
children
line wrap: on
line source

---
in:
    posts/2010-01-01_déjà-des-accents.html: 'POST URL: {{page.url}}'
    pages/présentation.html: 'PAGE URL: {{page.url}}'
    pages/_index.html: ''
outfiles:
    2010/01/01/déjà-des-accents.html: 'POST URL: /2010/01/01/d%C3%A9j%C3%A0-des-accents.html'
    présentation.html: 'PAGE URL: /pr%C3%A9sentation.html'
    index.html: ''
---
in:
    pages/special/Это тэг.html: 'PAGE URL: {{page.url}}'
    pages/_index.html: ''
outfiles:
    special/Это тэг.html: 'PAGE URL: /special/%D0%AD%D1%82%D0%BE%20%D1%82%D1%8D%D0%B3.html'
    index.html: ''