This commit is contained in:
Aditya Telange 2020-11-09 12:26:07 +05:30
parent 8a8901656e
commit a208598602
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 6 additions and 0 deletions

View File

@ -33,6 +33,8 @@ languages:
title: PaperMod title: PaperMod
# imageUrl: "#" # imageUrl: "#"
# imageTitle: my image # imageTitle: my image
# imageWidth: 120
# imageHeight: 120
subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive" subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive"
buttons: buttons:
- name: Blog - name: Blog
@ -67,6 +69,8 @@ params:
title: PaperMod title: PaperMod
imageUrl: "#" imageUrl: "#"
imageTitle: my image imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons: buttons:
- name: Archives - name: Archives
url: archives url: archives

View File

@ -122,6 +122,8 @@ params:
title: "<Title>" # optional default will be site title title: "<Title>" # optional default will be site title
imageUrl: "<image link>" # optional imageUrl: "<image link>" # optional
imageTitle: "<title of image as alt>" # optional imageTitle: "<title of image as alt>" # optional
imageWidth: 120 # custom size
imageHeight: 120 # custom size
buttons: buttons:
- name: Archive - name: Archive
url: "/archive" url: "/archive"