diff --git a/.DS_Store b/.DS_Store index 06a6a78..f23ffb4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/content/photos/arizona-us/arizona-us.jpg b/content/photos/arizona-us/arizona-us.jpg deleted file mode 100644 index cf80817..0000000 Binary files a/content/photos/arizona-us/arizona-us.jpg and /dev/null differ diff --git a/content/photos/arizona-us/index.md b/content/photos/arizona-us/index.md deleted file mode 100644 index 7da045d..0000000 --- a/content/photos/arizona-us/index.md +++ /dev/null @@ -1,10 +0,0 @@ -+++ -image = "arizona-us.jpg" -date = "2020-01-21" -title = "Arizona, US" -type = "gallery" -+++ - -The [Grand Canyon](https://en.wikipedia.org/w/index.php?title=Grand_Canyon&oldid=952699432) -is a steep-sided canyon carved by the Colorado River in Arizona, United States. -The canyon is 277 miles (446 km) long, up to 18 miles (29 km) wide and attains a depth of over a mile (6,093 feet or 1,857 meters). \ No newline at end of file diff --git a/content/photos/expo-egypte/egypte-21.jpg b/content/photos/expo-egypte/egypte-21.jpg new file mode 100644 index 0000000..5e6b1d5 Binary files /dev/null and b/content/photos/expo-egypte/egypte-21.jpg differ diff --git a/content/photos/expo-egypte/index.md b/content/photos/expo-egypte/index.md new file mode 100644 index 0000000..deec8f9 --- /dev/null +++ b/content/photos/expo-egypte/index.md @@ -0,0 +1,13 @@ ++++ +image = "egypte-21.jpg" +date = "2025-01-04" +title = "Expo, Les pharaons d'Egypte" ++++ +=[Photo](gallerie/egypte-21.jpg) +De retour pour une troisième fois au [Carrières de lumières](https://fr.wikipedia.org/wiki/Carri%C3%A8res_de_Lumi%C3%A8res) des Beaux de Provence. Cette fois-ci pour une projection sur l’Égypte des pharaons et l’orientalisme. + +{{< gallery >}} + {{< figure src="/img/expo-egypte/egypte-carriere-lumiere-1.jpg" >}} + {{< figure src="/img/expo-egypte/egypte-carriere-lumiere-2.jpg" >}} + {{< figure src="/img/expo-egypte/egypte-carriere-lumiere-3.jpg" >}} +{{< /gallery >}} \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 916397d..779eff7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,4 @@ -baseurl = "https://example.com/" +baseurl = "https://colmaris.fr" title = "colmaris" theme = "hugo-theme-console" languageCode = 'fr-FR' diff --git a/themes/hugo-easy-gallery b/themes/hugo-easy-gallery deleted file mode 160000 index 364224a..0000000 --- a/themes/hugo-easy-gallery +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 364224a1031c4b2eefab2a3b87460b12d418696a diff --git a/themes/hugo-theme-console/layouts/shortcodes/figure.html b/themes/hugo-theme-console/layouts/shortcodes/figure.html new file mode 100644 index 0000000..3676c68 --- /dev/null +++ b/themes/hugo-theme-console/layouts/shortcodes/figure.html @@ -0,0 +1,29 @@ + + +{{- if not ($.Page.Scratch.Get "figurecount") }}{{ end }} +{{- $.Page.Scratch.Add "figurecount" 1 -}} + +{{- $thumb := .Get "src" | default (printf "%s." (.Get "thumb") | replace (.Get "link") ".") }} +
+ {{- .Get "caption" -}} + {{- with .Get "attrlink"}}{{ .Get "attr" }}{{ else }}{{ .Get "attr"}}{{ end -}} +
+ {{- end }} +