Rename frontmatter options for pdf
This commit is contained in:
parent
d37ad6b485
commit
7465735919
|
|
@ -3,6 +3,9 @@ title: Compétences
|
||||||
displayedTitle: Mes compétences
|
displayedTitle: Mes compétences
|
||||||
order: 1
|
order: 1
|
||||||
showTitle: false
|
showTitle: false
|
||||||
|
pdf:
|
||||||
|
order: 3
|
||||||
|
showTitle: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ title: Expériences
|
||||||
displayedTitle: Mes expériences
|
displayedTitle: Mes expériences
|
||||||
collection: experiences
|
collection: experiences
|
||||||
order: 3
|
order: 3
|
||||||
|
pdf:
|
||||||
|
order: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign experiences = collections[collection] %}
|
{% assign experiences = collections[collection] %}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
title: A propos
|
title: A propos
|
||||||
order: 0
|
order: 0
|
||||||
template: 'hero'
|
template: 'hero'
|
||||||
excludeFromPdf: true
|
pdf:
|
||||||
|
exclude: true
|
||||||
eleventyComputed:
|
eleventyComputed:
|
||||||
description: "{{ author.about }}"
|
description: "{{ author.about }}"
|
||||||
displayedTitle: "Moi c'est <span class='accent-font'>{{ author.firstName }}</span><br>Et je suis {{ author.occupation }}"
|
displayedTitle: "Moi c'est <span class='accent-font'>{{ author.firstName }}</span><br>Et je suis {{ author.occupation }}"
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ title: Projets
|
||||||
displayedTitle: Mes projets
|
displayedTitle: Mes projets
|
||||||
collection: projects
|
collection: projects
|
||||||
order: 2
|
order: 2
|
||||||
|
pdf:
|
||||||
|
order: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign projects = collections[collection] %}
|
{% assign projects = collections[collection] %}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue