favicon
This commit is contained in:
parent
b3a670bfa4
commit
666a346a67
1 changed files with 6 additions and 8 deletions
14
hugo.yaml
14
hugo.yaml
|
@ -38,7 +38,7 @@ params:
|
||||||
logo:
|
logo:
|
||||||
main: /images/sharwin_portrait.jpg
|
main: /images/sharwin_portrait.jpg
|
||||||
inverted: /images/sharwin_portrait.jpg
|
inverted: /images/sharwin_portrait.jpg
|
||||||
# favicon: /images/favicon.png
|
favicon: /images/sharwin_portrait.jpg
|
||||||
|
|
||||||
# GitHub repo of your site
|
# GitHub repo of your site
|
||||||
gitRepo: https://github.com/Sharwin24/toha
|
gitRepo: https://github.com/Sharwin24/toha
|
||||||
|
@ -51,14 +51,16 @@ params:
|
||||||
|
|
||||||
# Enable and configure blog posts
|
# Enable and configure blog posts
|
||||||
features:
|
features:
|
||||||
|
readingTime:
|
||||||
|
enable: true
|
||||||
blog:
|
blog:
|
||||||
title: "Project Posts"
|
title: "Project Posts"
|
||||||
enable: true
|
enable: true
|
||||||
showAuthor: true
|
showAuthor: true
|
||||||
# Share post on different social media
|
# Share post on different social media
|
||||||
shareButtons:
|
# shareButtons:
|
||||||
linkedin: true
|
# linkedin: true
|
||||||
email: true
|
# email: true
|
||||||
|
|
||||||
# specify whether you want to show Table of Contents in reading page
|
# specify whether you want to show Table of Contents in reading page
|
||||||
toc:
|
toc:
|
||||||
|
@ -136,10 +138,6 @@ params:
|
||||||
copyCodeButton:
|
copyCodeButton:
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
# Enable reading time support in post cards and in post pages
|
|
||||||
readingTime:
|
|
||||||
enable: true
|
|
||||||
|
|
||||||
# Enable Analytics
|
# Enable Analytics
|
||||||
# analytics:
|
# analytics:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue