2023-10-16 01:36:59 +02:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
title: Gallery
|
|
|
|
subtitle: From the pexels folder
|
|
|
|
permalink: /gallery/
|
|
|
|
gallery_path: "assets/img/pexels"
|
|
|
|
tags: [Page]
|
2023-10-16 23:14:32 +02:00
|
|
|
hide: true
|
2024-03-27 04:13:48 +01:00
|
|
|
excluded: true
|
2023-10-16 01:36:59 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
This is a photo gallery made from the static files in the `assets/img/pexels` folder.
|
2024-03-27 04:13:48 +01:00
|
|
|
I wanted to automatically create a simple gallery from a folder without having to create a markdown page as you would for the portfolio.
|
2023-10-16 01:36:59 +02:00
|
|
|
|
|
|
|
|
|
|
|
{% include gallery.html gallery_path=page.gallery_path %}
|