From c181dc5c37435029a0f5f2c51d6f36da4d32afd5 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 5 Aug 2023 07:33:42 +0200 Subject: Post: Floods in Slovenia up close --- .gitignore | 1 + content/posts/2023-08-05-floods-in-slovenia.md | 19 +++++++++++++++++++ static/assets/floods/IMG_1461.mp4 | Bin 0 -> 14410656 bytes static/assets/floods/IMG_1466.mp4 | Bin 0 -> 8902148 bytes static/assets/floods/IMG_1469.webp | Bin 0 -> 816680 bytes static/assets/floods/IMG_1470.webp | Bin 0 -> 933574 bytes static/assets/floods/IMG_1471.mp4 | Bin 0 -> 10163115 bytes static/assets/floods/IMG_1474.mp4 | Bin 0 -> 14032243 bytes templates/base.html | 2 +- 9 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 content/posts/2023-08-05-floods-in-slovenia.md create mode 100755 static/assets/floods/IMG_1461.mp4 create mode 100755 static/assets/floods/IMG_1466.mp4 create mode 100755 static/assets/floods/IMG_1469.webp create mode 100755 static/assets/floods/IMG_1470.webp create mode 100755 static/assets/floods/IMG_1471.mp4 create mode 100755 static/assets/floods/IMG_1474.mp4 diff --git a/.gitignore b/.gitignore index 364fdec..a4c395b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ public/ +.DS_Store \ No newline at end of file diff --git a/content/posts/2023-08-05-floods-in-slovenia.md b/content/posts/2023-08-05-floods-in-slovenia.md new file mode 100644 index 0000000..1ca580b --- /dev/null +++ b/content/posts/2023-08-05-floods-in-slovenia.md @@ -0,0 +1,19 @@ +--- +title: "Floods in Slovenia up close" +url: floods-in-slovenia.html +date: 2023-08-05T07:06:50+02:00 +type: post +draft: false +--- + + + + + +![](/assets/floods/IMG_1469.webp) + +![](/assets/floods/IMG_1470.webp) + + + + diff --git a/static/assets/floods/IMG_1461.mp4 b/static/assets/floods/IMG_1461.mp4 new file mode 100755 index 0000000..6b7f325 Binary files /dev/null and b/static/assets/floods/IMG_1461.mp4 differ diff --git a/static/assets/floods/IMG_1466.mp4 b/static/assets/floods/IMG_1466.mp4 new file mode 100755 index 0000000..f15cdb9 Binary files /dev/null and b/static/assets/floods/IMG_1466.mp4 differ diff --git a/static/assets/floods/IMG_1469.webp b/static/assets/floods/IMG_1469.webp new file mode 100755 index 0000000..b668039 Binary files /dev/null and b/static/assets/floods/IMG_1469.webp differ diff --git a/static/assets/floods/IMG_1470.webp b/static/assets/floods/IMG_1470.webp new file mode 100755 index 0000000..74496ba Binary files /dev/null and b/static/assets/floods/IMG_1470.webp differ diff --git a/static/assets/floods/IMG_1471.mp4 b/static/assets/floods/IMG_1471.mp4 new file mode 100755 index 0000000..ac7f8b5 Binary files /dev/null and b/static/assets/floods/IMG_1471.mp4 differ diff --git a/static/assets/floods/IMG_1474.mp4 b/static/assets/floods/IMG_1474.mp4 new file mode 100755 index 0000000..e1018d0 Binary files /dev/null and b/static/assets/floods/IMG_1474.mp4 differ diff --git a/templates/base.html b/templates/base.html index 3c88f26..d6bb0e3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -168,7 +168,7 @@

This website does not track you. Content is made available under the CC BY 4.0 license unless specified - otherwise. Blog feed is available as RSS feed.

-- cgit v1.2.3