Teams Page
Team Page Hero
To customize the data in the Hero section, you can modify the following properties in the content/team/_index.md
file. In the content/team/_index.md
customize the following data:
hero:
- title: "Our leading, strong and creative team"
tagline: "Our Team"
details: "Until recently, the prevailing view assumed lorem ipsum was born as a nonsense text. It's not Latin, though it looks like it"
Team Members
team list
All the team list data are generated from content/team
folder. To create a team on Aplio, you need to create a Markdown (.md) file inside the content/team
folder. Each .md file will generate a new team page, and a list of these files will be displayed on the team list page. By clicking on the title of a team or the "Read More" button, users can navigate to the respective team details page.
Here's how you can create your first team:
- Create a new file at
content/team/bessie-cooper.md
. - Add the following front matter at the beginning of the file:
---
title : 'Bessie Cooper'
date : 2024-08-01T14:29:44+06:00
name : 'Bessie Cooper'
designation: 'Project Manager'
fbLink: '#'
dribbleInLink: '#'
gitHubLink: '#'
linkedInLink: '#'
image: '/images/team/team2.png'
email: 'team@gmail.com'
phone: '+3 230 705 5448'
---
Lorem ipsum dolor sit amet consectetur. Nullam blandit dui gravida aliquam enim eu. Adipiscing viverra vulputate curabitur est.
Morbi lorem proin morbi tempor risus. Nisl lobortis diam id faucibus pretium vitae suspendisse sed accumsan. Sodales morbi tristique elit cursus gravida. Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec auctor nibh vel mi blandit.
Save the file after adding your desired content.
Team List Page
The team list page fetches data from the .md
files located in the content/team
folder. It displays a list of teams based on these files. To add more teams, create additional .md
files following the same structure as described above.
The team list page will automatically retrieve the necessary details.