From ed1cadd121d1edc25e7a38fa6c3c07dcb35f26af Mon Sep 17 00:00:00 2001 From: maxime-cool Date: Mon, 12 Feb 2024 12:34:45 +0100 Subject: [PATCH] ajout page revue de presse --- .drone.yml | 2 +- content/Revue de presse/index.md | 9 +++++++++ static/admin/config.yml | 6 +++++- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 content/Revue de presse/index.md diff --git a/.drone.yml b/.drone.yml index b7ce4dc..c8cb779 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,4 +48,4 @@ steps: AWS_SECRET_ACCESS_KEY: from_secret: AWS_SECRET_ACCESS_KEY commands: - - hugo deploy --config ./hugo_config/_default/hugo.toml \ No newline at end of file + - hugo deploy --config ./hugo_config/_default/theme_settings.toml ./hugo_config/_default/hugo.toml \ No newline at end of file diff --git a/content/Revue de presse/index.md b/content/Revue de presse/index.md new file mode 100644 index 0000000..1c883e1 --- /dev/null +++ b/content/Revue de presse/index.md @@ -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. \ No newline at end of file diff --git a/static/admin/config.yml b/static/admin/config.yml index 729350e..ff21777 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -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