diff --git a/.gitmodules b/.gitmodules index 9163017..d0c5053 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "themes/gokarna"] path = themes/gokarna url = https://git.richoux.me/PVR/gokarna.git +[submodule "themes/hugo-video"] + path = themes/hugo-video + url = https://github.com/martignoni/hugo-video.git diff --git a/config.toml b/config.toml index 6be019f..8ed3616 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ languageCode = "fr" title = "Over zeu Knup" -theme = "gokarna" +theme = ["hugo-video", "gokarna"] # Automatically generate robots.txt enableRobotsTXT = true diff --git a/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Photo1.jpg b/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Photo1.jpg new file mode 100644 index 0000000..c72eb07 Binary files /dev/null and b/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Photo1.jpg differ diff --git a/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Video1.mp4 b/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Video1.mp4 new file mode 100644 index 0000000..77409fd Binary files /dev/null and b/content/dates/2022-04-15-PontUSSB-Balances/2022-04-15-Video1.mp4 differ diff --git a/content/dates/2022-04-15-PontUSSB-Balances/index.md b/content/dates/2022-04-15-PontUSSB-Balances/index.md new file mode 100644 index 0000000..8b6f890 --- /dev/null +++ b/content/dates/2022-04-15-PontUSSB-Balances/index.md @@ -0,0 +1,13 @@ +--- +type: "post" +title: "Pont de l'Université - Lyon" +date: 2022-04-15T00:00:00+01:00 +--- + +Balances Publiques en vue de l'Apéro Fanfare du 22 Avril 2022 + +### Photos +![GalleryPhoto](2022-04-15-Photo1.jpg) + +### Vidéo +{{< video src="2022-04-15-Video1.mp4" >}} \ No newline at end of file diff --git a/content/dates/2022-04-22-PontUSSB-Balances.md b/content/dates/2022-04-22-PontUSSB-Balances.md deleted file mode 100644 index 73bc054..0000000 --- a/content/dates/2022-04-22-PontUSSB-Balances.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -type: "post" -title: "Pont de l'Université - Lyon" -date: 2022-04-15T00:00:00+01:00 ---- - -Balances Publiques en vue de l'Apéro Fanfare du 22 Avril 2022 \ No newline at end of file diff --git a/themes/hugo-video b/themes/hugo-video new file mode 160000 index 0000000..40673be --- /dev/null +++ b/themes/hugo-video @@ -0,0 +1 @@ +Subproject commit 40673be8db1637274e567a42e93c0da901e58cad