From 42cd62517d7f8839227aa2d4aba413e86a279c76 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Witz?= <regis.witz@free.fr>
Date: Wed, 2 Mar 2022 18:23:10 +0100
Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20corrige=20les=20paths=20des=20Bi?=
 =?UTF-8?q?gImg?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config.toml                              | 4 +++-
 content/post/2017-03-07-bigimg-sample.md | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml
index 36ee7cd..e1b56a2 100644
--- a/config.toml
+++ b/config.toml
@@ -3,7 +3,9 @@ contentdir    = "content"
 layoutdir     = "layouts"
 publishdir    = "public"
 title = "Beautiful Hugo"
-canonifyurls  = true
+canonifyURLs  = true
+#relativeURLs  = true
+#uglyURLs  = true
 
 DefaultContentLanguage = "en"
 theme = "beautifulhugo"
diff --git a/content/post/2017-03-07-bigimg-sample.md b/content/post/2017-03-07-bigimg-sample.md
index 754d999..a4f3e64 100644
--- a/content/post/2017-03-07-bigimg-sample.md
+++ b/content/post/2017-03-07-bigimg-sample.md
@@ -3,7 +3,7 @@ title: Big Image Sample
 subtitle: Using Multiple Images
 date: 2017-03-07
 tags: ["example", "bigimg"]
-bigimg: [{src: "/img/triangle.jpg", desc: "Triangle"}, {src: "/img/sphere.jpg", desc: "Sphere"}, {src: "/img/hexagon.jpg", desc: "Hexagon"}]
+bigimg: [{src: "img/triangle.jpg"}, {src: "img/sphere.jpg"}, {src: "img/hexagon.jpg"}]
 ---
 
 The image banners at the top of the page are refered to as "bigimg" in this theme. They are optional, and one more more can be specified. If more than one is specified, the images rotate every 10 seconds. In the front matter, bigimgs are specified using an array of hashes.
@@ -37,4 +37,4 @@ bigimg:
 - {src: "/img/hexagon.jpg", desc: "Hexagon"}
 ```
 
-Additional information can be found [in this YAML tutorial](https://rhnh.net/2011/01/31/yaml-tutorial/).
\ No newline at end of file
+Additional information can be found [in this YAML tutorial](https://rhnh.net/2011/01/31/yaml-tutorial/).
-- 
GitLab