mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
feat: reorder static pages
This commit is contained in:
parent
a5faa7d5a6
commit
18dfcaf463
9 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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
|
||||
---
|
||||
|
|
|
@ -3,5 +3,6 @@ layout: tags
|
|||
title: Tags
|
||||
permalink: /tags/
|
||||
icon: "fa-tags"
|
||||
hide: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue