Skip to content

Commit 543220f

Browse files
feat: add contact section
1 parent f255476 commit 543220f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,20 @@ params:
273273
- title: Grace Hopper Award
274274
content: I received this award for my academic excellence in the Software Engineer Degree.
275275

276+
# Contact
277+
contact:
278+
enable: true
279+
# title: "Custom Name"
280+
content: My inbox is always open. Whether you have a question or just want to say hi, I’ll try my best to get back to you!
281+
btnName: Mail me
282+
btnLink: mailto:sanabria.miranda.carlos@gmail.com
283+
# formspree:
284+
# enable: true # `contact.email` value will be ignored
285+
# formId: abcdefgh # Take it from your form's endpoint, like 'https://formspree.io/f/abcdefgh'
286+
# emailCaption: "Enter your email address"
287+
# messageCaption: "Enter your message here"
288+
# messageRows: 5
289+
276290
# Footer
277291
footer:
278292
#recentPosts: false # TODO: Uncomment when posts are available

0 commit comments

Comments
 (0)