Example GIF and added resume button
This commit is contained in:
parent
6ff72e5441
commit
e0d7de7ce7
6 changed files with 92 additions and 13 deletions
|
@ -1,10 +1,10 @@
|
|||
# Copyright Notice
|
||||
copyright: © 2020 Copyright.
|
||||
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."
|
||||
# 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.
|
||||
|
@ -12,18 +12,19 @@ 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
|
||||
- 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: false
|
||||
showOnFooter: true
|
||||
|
||||
# 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
|
||||
image: images/sharwin_portrait.jpg
|
||||
url: https://sharwin24.github.io/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue