feat: reorder static pages

This commit is contained in:
David Kilias 2023-10-16 23:14:32 +02:00
parent a5faa7d5a6
commit 18dfcaf463
9 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@ title: About
permalink: /about/
feature-img: "assets/img/pexels/travel.jpeg"
tags: [Page]
hide: true
---
Type on Strap is based on Type Theme, a free and open-source theme for [Jekyll](http://jekyllrb.com/), licensed under the MIT License.

View file

@ -5,6 +5,7 @@ subtitle: From the pexels folder
permalink: /gallery/
gallery_path: "assets/img/pexels"
tags: [Page]
hide: true
---
This is a photo gallery made from the static files in the `assets/img/pexels` folder.

View file

@ -5,6 +5,7 @@ permalink: /portfolio/
subtitle: "Projects I am working on"
feature-img: "assets/img/pexels/computer.jpeg"
tags: [Page]
hide: true
---
{% include portfolio.html %}

View file

@ -5,4 +5,5 @@ permalink: /search/
subtitle: "What are you looking for?"
feature-img: "assets/img/pexels/search-map.jpeg"
icon: "fa-search"
hide: true
---

View file

@ -3,5 +3,6 @@ layout: tags
title: Tags
permalink: /tags/
icon: "fa-tags"
hide: true
---