{{ define "body-class" }}article-page publications-page{{ end }} {{ define "main" }} {{- $lang := .Lang -}} {{- $data := .Site.Data.publications -}}
{{/* ===== HEADER ===== */}}

{{- if eq $lang "fr" -}}Publications{{- else -}}Publications{{- end -}}

{{- if eq $lang "fr" -}} En plus de ce blog et de mes conférences, j'écris aussi dans la presse technique et j'ai publié un livre. {{- else -}} In addition to this blog and my conferences, I also write for technical magazines and published a book. {{- end -}}

{{/* ===== BOOK ===== */}}

{{ if eq $lang "fr" }}Livre{{ else }}Book{{ end }}

{{ index $data.book.title $lang | default (index $data.book.title "fr") }}

{{ if eq $lang "fr" }}Édité par{{ else }}Published by{{ end }} {{ $data.book.publisher }} · {{ $data.book.year }}

{{ index $data.book.description $lang | default (index $data.book.description "fr") }}

{{- if $data.book.site }}

{{- if eq $lang "fr" -}} Je dispose également d'un site à part qui retrace toute l'aventure de la création de ce livre, de l'idée jusqu'au jour de la sortie. Il est disponible à l'adresse {{ replace $data.book.site "https://" "" }} {{- else -}} I also have a separate website that traces the entire adventure of creating this book, from the idea to the release date. It's available at {{ replace $data.book.site "https://" "" }} {{- end -}}

{{- end }}
{{/* ===== ARTICLES ===== */}}

{{ if eq $lang "fr" }}Articles dans la presse{{ else }}Magazine Articles{{ end }}

{{- range $data.articles }}
{{ .issue }}

{{ .title }}

{{- $desc := index .description $lang | default (index .description "fr") }} {{- if $desc }}

{{ $desc }}

{{- end }}
📄 {{- if .blog_post }} 📝 {{- end }}
{{- end }}
{{/* ===== FOOTER ===== */}}
{{ partialCached "footer/footer" . }} {{ end }} {{/* No right sidebar on this page */}} {{ define "right-sidebar" }}{{ end }}