Skip to content

Commit 053292e

Browse files
committed
added cover for the homepage
1 parent c64538e commit 053292e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

hugo.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ params:
8181
# SiteVerificationTag: "XYZabc"
8282

8383
cover:
84-
hidden: true # hide everywhere but not in structured data
85-
hiddenInList: true # hide on list pages and home
86-
hiddenInSingle: true # hide on single page
84+
image: "https://pascalctf.it/embed.png" # image path/url
85+
alt: "PascalCTF's logo" # alt text
86+
caption: "Homepage of the PascalCTF" # display caption under cover
87+
relative: false # when using page bundles set this to true
88+
hidden: true # only hide on current single page
8789

8890
editPost:
8991
URL: "https://github.com/PascalCTF/PascalCTF.github.io"

0 commit comments

Comments
 (0)