Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ email: info@x41-dsec.de
baseurl: "/" # the subpath of your site, e.g. /blog
author:

url: https://pethmr.de

# homepage tiles
tiles-source: pages # accepts "posts" or "pages"
tiles-count: 6
Expand Down
4 changes: 2 additions & 2 deletions _posts/2023-05-31-demonstrator2.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ As the demonstrator was held in X41's headquarters, you can find a few pictures
{% include image-gallery.html folder="/assets/images/demo2" %}

<!---
![image1](/assets/images/demo2/demo2-scr1.jpeg){:height="50%" width="50%"}
![image2](/assets/images/demo2/demo2-scr2.jpeg){:height="50%" width="50%"}
![image1](https://images.weserv.nl/?url=http://pethmr.de/assets/images/demo2/demo2-src1.jpeg&w=300&h=300&output=jpg&q=50&t=square.html){:height="50%" width="50%"}
![image2](https://images.weserv.nl/?url=http://pethmr.de/assets/images/demo2/demo2-src2.jpeg&w=300&h=300&output=jpg&q=50&t=square.html){:height="50%" width="50%"}
--->


Expand Down