File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ ShowRssButtonInSectionTermList: true
2626UseHugoToc : true
2727cover :
2828 image : " <image path/url>" # image path/url
29- alt : " <alt text>" # alt text
30- caption : " <text>" # display caption under cover
31- relative : false # when using page bundles set this to true
32- hidden : true # only hide on current single page
29+ hidden : false
30+ hiddenInList : true
3331# editPost:
3432# URL: "https://github.com/<path_to_repo>/content"
3533# Text: "Suggest Changes" # edit text
Original file line number Diff line number Diff line change @@ -18,11 +18,8 @@ ShowWordCount: true
1818ShowRssButtonInSectionTermList : true
1919UseHugoToc : true
2020cover :
21- image : " <image path/url>" # image path/url
22- alt : " <alt text>" # alt text
23- caption : " <text>" # display caption under cover
24- relative : false # when using page bundles set this to true
25- hidden : true # only hide on current single page
21+ image : images/bash_logo.png
22+ hiddenInList : true
2623# editPost:
2724# URL: "https://github.com/<path_to_repo>/content"
2825# Text: "Suggest Changes" # edit text
Original file line number Diff line number Diff line change @@ -25,11 +25,7 @@ ShowWordCount: true
2525ShowRssButtonInSectionTermList : true
2626UseHugoToc : true
2727cover :
28- image : " <image path/url>" # image path/url
29- alt : " <alt text>" # alt text
30- caption : " <text>" # display caption under cover
31- relative : false # when using page bundles set this to true
32- hidden : true # only hide on current single page
28+ image : images/SCR-20240819-mzat.png # image path/url
3329# editPost:
3430# URL: "https://github.com/<path_to_repo>/content"
3531# Text: "Suggest Changes" # edit text
4036
4137Testing.
4238
39+ ![ ima] ( /images/SCR-20240819-mzat.png )
40+
4341### Heading 3
4442
4543This is my first post using this platform.
Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ tocopen = false
8383 url = " https://github.com/andreiyard"
8484
8585 [params .cover ]
86- hidden = true
87- hiddenInList = true
88- hiddenInSingle = true
86+ hidden = false
87+ hiddenInList = false
88+ hiddenInSingle = false
8989
9090 [params .editPost ]
9191 URL = " https://github.com/andreiyard/andreiyard.github.com/blob/main/content"
You can’t perform that action at this time.
0 commit comments