I use Jekyll in my website / a>, I'll stop using that reason . I wanted to migrate to the Pelican but caught up with the layouts. The problem is this:
In Jekyll I can on each page define the layout, or rather tell (point) what the layout will be, eg:
foo1.md
---
layout: modelo-a
---
foo2.md
---
layout: modelo-b
---
foo3.md
---
layout: modelo-c
---
I did not figure out how to do this in Pelican, does anyone know how?
That configuration variable TEMPLATE_PAGES
...
TEMPLATE_PAGES = {'src/books.html': 'dest/books.html',
'src/resume.html': 'dest/resume.html',
'src/contact.html': 'dest/contact.html'}
... it does not serve me because I have more than 100 pages and the number is growing, imagine what the business would be like!