29 lines
1.1 KiB
YAML
29 lines
1.1 KiB
YAML
# Copyright Notice
|
|
copyright: © 2024 Sharwin Patil.
|
|
|
|
# A disclaimer notice for the footer. Make sure you have set "params.footer.disclaimer.enable: true" in your `config.yaml` file.
|
|
# disclaimer: "This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses.
|
|
# You can modify or distribute the theme without requiring any permission from the theme author.
|
|
# However, the theme author does not provide any warranty or takes any liability for any issue with the theme."
|
|
|
|
# Meta description for your site. This will help the search engines to find your site.
|
|
description: Sharwin Patil's Portfolio and project showcases.
|
|
|
|
# specify the list of custom menus that you want to show in the top navbar.
|
|
# they will be separated by a divider from the main menus.
|
|
customMenus:
|
|
- name: Resume
|
|
url: /resume/
|
|
showOnFooter: true
|
|
|
|
- name: GitHub
|
|
url: https://github.com/Sharwin24
|
|
showOnFooter: true
|
|
|
|
# Specify OpenGraph Headers
|
|
openGraph:
|
|
title: Sharwin's Portfolio
|
|
type: website
|
|
description: Sharwin Patil's Portfolio, showcasing several robotics projects.
|
|
image: images/kavar_background.jpg
|
|
url: https://sharwinpatil.info/
|