We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64538e commit 053292eCopy full SHA for 053292e
hugo.yaml
@@ -81,9 +81,11 @@ params:
81
# SiteVerificationTag: "XYZabc"
82
83
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
+ image: "https://pascalctf.it/embed.png" # image path/url
+ alt: "PascalCTF's logo" # alt text
+ 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
89
90
editPost:
91
URL: "https://github.com/PascalCTF/PascalCTF.github.io"
0 commit comments