30 lines
1.4 KiB
YAML
30 lines
1.4 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: Portfolio of Sharwin Patil.
|
|
|
|
# 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: static/files/main.pdf
|
|
# url: https://toha-guides.netlify.app/posts/
|
|
# # specify whether to hide the menu item from top navbar or not.
|
|
# hideFromNavbar: false
|
|
# # specify whether to show the menu item in footer or not.
|
|
# # if you set it to true, make sure you have set `footer.navigation.customMenus: true` in your config.yaml
|
|
showOnFooter: true
|
|
|
|
# Specify OpenGraph Headers
|
|
openGraph:
|
|
title: Sharwin's Portfolio
|
|
type: website
|
|
description: Portfolio and personal blog of Sharwin Patil.
|
|
image: images/sharwin_portrait.jpg
|
|
url: https://sharwin24.github.io/
|