diff --git a/.github/workflows/pelican.yaml b/.github/workflows/pelican.yaml index 5be0e67..0ef9dc0 100644 --- a/.github/workflows/pelican.yaml +++ b/.github/workflows/pelican.yaml @@ -12,3 +12,6 @@ jobs: id-token: "write" with: settings: "publishconf.py" + requirements: "pelican" + output-path: "output/" + theme: "blib" diff --git a/content/pages/festival.md b/content/pages/festival.md index a5fb5a4..f2b0d84 100644 --- a/content/pages/festival.md +++ b/content/pages/festival.md @@ -1,7 +1,7 @@ Title: Le Festival save_as: index.html -![banner](./../../images/banner.png "Festival BLIB") +![banner](./images/banner.png "Festival BLIB") > " **Bières Libres & Indépendantes à Bordeaux** " > @@ -9,7 +9,7 @@ save_as: index.html > Le **BLIB** a su réunir des brasseries artisanales engagées et un public diversifié dans différents lieux de la métropole qui soutiennent la **bière artisanale** : bars, caves, restaurants, brasseries etc. Des dégustations, des rencontres, des ateliers, des conférences.
-![bliby_rond](./../../images/bliby_rond.png "Festival BLIB") +![bliby_rond](./images/bliby_rond.png "Festival BLIB")
diff --git a/images/banner.png b/images/banner.png new file mode 100644 index 0000000..2cba2f9 Binary files /dev/null and b/images/banner.png differ diff --git a/images/bliby_rond.png b/images/bliby_rond.png new file mode 100644 index 0000000..9e1b7de Binary files /dev/null and b/images/bliby_rond.png differ diff --git a/images/dots.png b/images/dots.png new file mode 100644 index 0000000..2f5afed Binary files /dev/null and b/images/dots.png differ