29 lines
1.3 KiB
YAML
29 lines
1.3 KiB
YAML
# Copyright Notice
|
|
copyright: © 2020 Copyright.
|
|
|
|
# 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: Docs
|
|
# 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: false
|
|
|
|
# Specify OpenGraph Headers
|
|
openGraph:
|
|
title: Sharwin's Portfolio
|
|
type: website
|
|
description: Portfolio and personal blog of Sharwin Patil.
|
|
# image: images/author/john.png
|
|
url: https://hugo-toha.github.io
|