30 lines
987 B
Markdown
30 lines
987 B
Markdown
---
|
|
date: '2024-11-25T21:53:18+01:00' # date in which the content is created - defaults to "today"
|
|
title: 'Graziella Nutella'
|
|
draft: false # set to "true" if you want to hide the content
|
|
|
|
name: "Nutting Hill" # place/city/country for the experience. Fill-in.
|
|
position: "Nutcracker" # from-to, for example "2022-2024". Fill-in.
|
|
|
|
params:
|
|
image:
|
|
src: "images/testimonials/testimonial1.png" # example: "images/clients/asgardia.png"
|
|
scale: 0.5
|
|
|
|
## For the content, you can use markdown
|
|
##
|
|
---
|
|
|
|
The content of this section comes from the `content/testimonial` folder contents. This that you see is in `content/testimonial/graziella-nutella.md`.
|
|
|
|
You can also use parameters for configuration:
|
|
|
|
```
|
|
name: "Nutting Hill" # place/city/country for the experience. Fill-in.
|
|
position: "Nutcracker" # from-to, for example "2022-2024". Fill-in.
|
|
|
|
params:
|
|
image:
|
|
src: "images/testimonials/testimonial1.png" # example: "images/clients/asgardia.png"
|
|
scale: 0.5
|
|
``` |