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/ permalink: /about/
feature-img: "assets/img/pexels/travel.jpeg" feature-img: "assets/img/pexels/travel.jpeg"
tags: [Page] 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. 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/ permalink: /gallery/
gallery_path: "assets/img/pexels" gallery_path: "assets/img/pexels"
tags: [Page] tags: [Page]
hide: true
--- ---
This is a photo gallery made from the static files in the `assets/img/pexels` folder. 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" subtitle: "Projects I am working on"
feature-img: "assets/img/pexels/computer.jpeg" feature-img: "assets/img/pexels/computer.jpeg"
tags: [Page] tags: [Page]
hide: true
--- ---
{% include portfolio.html %} {% include portfolio.html %}

View file

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

View file

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