aboutsummaryrefslogtreecommitdiffstats
path: root/art.md
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-02-23 01:46:02 +0300
commit25843593a10da466a1e769b8fdf17284e24d37e6 (patch)
treea25718dc72ff3dbabfc699a792b02e29c645f83a /art.md
parent2b8adf6d9f919755b18813ceea37b80d6fabc062 (diff)
downloadaaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.tar.gz
aaoth.xyz-25843593a10da466a1e769b8fdf17284e24d37e6.zip
add art gallery and tweak header
i think that the pictures are just placeholders now. i will try to improve this 'gallery' a bit later. also, header is now fixed with transparent background.
Diffstat (limited to 'art.md')
-rw-r--r--art.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/art.md b/art.md
index 6f24a8e..a541b2b 100644
--- a/art.md
+++ b/art.md
@@ -3,4 +3,16 @@ title: art
permalink: /art/
---
-here i'll show some graphical stuff
+{% assign image_files = site.static_files | where: "art", true %}
+
+here are some photos and pictures.
+
+feel free to use them if and as you wish (don't forget to attribute).
+
+<div class="art">
+{% for img in image_files %}
+ <div class="art-img">
+ <img src="{{ img.path }}" alt="{{ img.name }}">
+ </div>
+{% endfor %}
+</div>