ajout page revue de presse
This commit is contained in:
parent
7e84d092ed
commit
ed1cadd121
3 changed files with 15 additions and 2 deletions
|
@ -48,4 +48,4 @@ steps:
|
|||
AWS_SECRET_ACCESS_KEY:
|
||||
from_secret: AWS_SECRET_ACCESS_KEY
|
||||
commands:
|
||||
- hugo deploy --config ./hugo_config/_default/hugo.toml
|
||||
- hugo deploy --config ./hugo_config/_default/theme_settings.toml ./hugo_config/_default/hugo.toml
|
9
content/Revue de presse/index.md
Normal file
9
content/Revue de presse/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Revue de presse"
|
||||
description: "A few years ago, while visiting or, rather, rummaging about Notre-Dame, the author of this book found, in an obscure nook of one of the towers, the following word, engraved by hand upon the wall: —ANANKE."
|
||||
featured_image: '/images/Victor_Hugo-Hunchback.jpg'
|
||||
menus: ['main','footer']
|
||||
---
|
||||
{{< figure src="/images/Victor_Hugo-Hunchback.jpg" title="Illustration from Victor Hugo et son temps (1881)" >}}
|
||||
|
||||
_The Hunchback of Notre-Dame_ (French: _Notre-Dame de Paris_) is a French Romantic/Gothic novel by Victor Hugo, published in 1831. The original French title refers to Notre Dame Cathedral, on which the story is centered. English translator Frederic Shoberl named the novel The Hunchback of Notre Dame in 1833 because at the time, Gothic novels were more popular than Romance novels in England. The story is set in Paris, France in the Late Middle Ages, during the reign of Louis XI.
|
|
@ -50,8 +50,12 @@ collections:
|
|||
- name: site_logo
|
||||
label: "Logo du site"
|
||||
widget: image
|
||||
hint: "Changer le logo qui apparaît en haut à gauche sur toutes les pages du site"
|
||||
hint: "Le logo qui apparaît en haut à gauche sur toutes les pages du site"
|
||||
choose_url: true
|
||||
- name: favicon
|
||||
label: "Favicon"
|
||||
widget: image
|
||||
hint: "L'icône qui apparaît à côté du nom dans l'onglet"
|
||||
- label: Couleur du fond
|
||||
name: background_color_class
|
||||
widget: select
|
||||
|
|
Loading…
Reference in a new issue