mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 12:20:12 +01:00
15 lines
422 B
Markdown
15 lines
422 B
Markdown
|
---
|
||
|
layout: page
|
||
|
title: Gallery
|
||
|
subtitle: From the pexels folder
|
||
|
permalink: /gallery/
|
||
|
gallery_path: "assets/img/pexels"
|
||
|
tags: [Page]
|
||
|
---
|
||
|
|
||
|
This is a photo gallery made from the static files in the `assets/img/pexels` folder.
|
||
|
I wanted to create automatically a simple gallery from a folder without having to create a markdown page as you would for the portfolio.
|
||
|
|
||
|
|
||
|
{% include gallery.html gallery_path=page.gallery_path %}
|