Services
Services Page Hero
To customize the data in the Hero section, you can modify the following properties in the content/services/_index.md
file. In the content/services/_index.md
customize the following data:
hero:
- tagline: Our Services
title: The world’s best companies trust aplio
details: >
Until recently, the prevailing view assumed lorem ipsum was born as a nonsense text. It's not Latin, though it looks like it
Services
To create a services on Aplio, you need to create a Markdown (.md) file inside the content/servicees
folder. Each .md file will generate a new services
page, and a list of these files will be displayed on the services list page.
Here's how you can create your first service :
- Create a new file at
content/servicees/greetings.md
. - Add the following front matter at the beginning of the file:
---
title : 'Finance Analysis'
date : 2024-07-29T23:49:43+06:00
logo: "images/services/finance.svg"
logoDark: "images/services/finance-dark.svg"
excerpt: "Until recently, the prevailing view asumed lorem ipsum was born as nonsense text."
---
- Below the front matter, you can add the content of your services using Markdown syntax.
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.
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.

### What to Expect
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.
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
- It’s scalable and secure
- Artificial Intelligence Feature
- Offline version available
{{< serviceVideo imgURL="images/services/video-bg.png" videoURL="https://www.youtube.com/embed/YE7VzlLtp-4?si=XvNRN6ztByvZQzqh" >}}
### Qualifications & Requirements
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.
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non ornare. Porttitor in rhoncus magna augue adipiscing.
- It’s scalable and secure
- Artificial Intelligence Feature
- Offline version available
Save the file after adding your desired content.
A new services titled "Finance Analysis" is now available at http://localhost:3000/services/greetings
.
Services List
The services list page fetches data from the .md
files located in the content/services
folder. It displays a list of services based on these files. To add more services, create additional .md
files following the same structure as described above.
The services list page will automatically retrieve the necessary details.