add doc for 8574c38
This commit is contained in:
parent
8a8901656e
commit
a208598602
|
@ -33,6 +33,8 @@ languages:
|
|||
title: PaperMod
|
||||
# imageUrl: "#"
|
||||
# imageTitle: my image
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
subtitle: "☄️ Fast | ☁️ Fluent | 🌙 Smooth | 📱 Responsive"
|
||||
buttons:
|
||||
- name: Blog
|
||||
|
@ -67,6 +69,8 @@ params:
|
|||
title: PaperMod
|
||||
imageUrl: "#"
|
||||
imageTitle: my image
|
||||
# imageWidth: 120
|
||||
# imageHeight: 120
|
||||
buttons:
|
||||
- name: Archives
|
||||
url: archives
|
||||
|
|
|
@ -122,6 +122,8 @@ params:
|
|||
title: "<Title>" # optional default will be site title
|
||||
imageUrl: "<image link>" # optional
|
||||
imageTitle: "<title of image as alt>" # optional
|
||||
imageWidth: 120 # custom size
|
||||
imageHeight: 120 # custom size
|
||||
buttons:
|
||||
- name: Archive
|
||||
url: "/archive"
|
||||
|
|
Loading…
Reference in New Issue