Skip to content

template for profile

bmen edited this page Mar 31, 2023 · 1 revision

You can use this template to create a new profile:

---
layout: profile
title:  "NAME_HERE"
image: "/assets/images/profiles/NAME_HERE/NAME_HERE.jpg"
country: COUNTRY_HERE
region: REGION_HERE
hub: HUB_HERE
languages: 
mail: 
phone: 
whatsapp: 
website: 
telegram: 
github: 
linkedin: 
twitter: 
facebook: 
instagram: 
mastodon: 
wikifab:
skills:
    - {name: SKILL1, number: 1, qualification: "QUALIFICATION1"}
    - {name: SKILL2, number: 2, qualification: "QUALIFICATION2"}
    - {name: SKILL3, number: 3, qualification: "QUALIFICATION3"}
    - {name: SKILL4, number: 4, qualification: "QUALIFICATION4"}
---
DESCRIPTION_HERE

this part can be included below the skills block to replace the profile image with a gallery (on the profile page):

gallery:
    - url: assets/images/profiles/NAME_HERE/NAME_HERE.jpg
    - url: assets/images/profiles/NAME_HERE/NAME_HERE.jpg
    - url: assets/images/profiles/NAME_HERE/NAME_HERE.jpg
Clone this wiki locally