Skip to content

Commit c64538e

Browse files
committed
added pages for members and sponsors
1 parent 527c3fb commit c64538e

File tree

5 files changed

+113
-5
lines changed

5 files changed

+113
-5
lines changed

archetypes/default.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
---
2-
date: '{{ .Date }}'
3-
draft: true
4-
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
5-
---
2+
title: "My 1st post"
3+
date: 2020-09-15T11:30:03+00:00
4+
# weight: 1
5+
# aliases: ["/first"]
6+
tags: ["first"]
7+
author: "Me"
8+
# author: ["Me", "You"] # multiple authors
9+
showToc: true
10+
TocOpen: false
11+
draft: false
12+
hidemeta: false
13+
comments: false
14+
description: "Desc Text."
15+
canonicalURL: "https://canonical.url/to/page"
16+
disableHLJS: true # to disable highlightjs
17+
disableShare: false
18+
disableHLJS: false
19+
hideSummary: false
20+
searchHidden: true
21+
ShowReadingTime: true
22+
ShowBreadCrumbs: true
23+
ShowPostNavLinks: true
24+
ShowWordCount: true
25+
ShowRssButtonInSectionTermList: true
26+
UseHugoToc: true
27+
cover:
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
33+
editPost:
34+
URL: "https://github.com/<path_to_repo>/content"
35+
Text: "Suggest Changes" # edit text
36+
appendFilePath: true # to append file path to Edit link
37+
---

content/members/_index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "Members 🖥️"
3+
date: 1337-04-22T00:00:00+00:00
4+
# weight: 1
5+
# aliases: ["/first"]
6+
keywords: ["Blog", "CTF", "Capture The Flag", "Paolo", "PascalCTF"]
7+
# author: "Paolo"
8+
# author: ["Me", "You"] # multiple authors
9+
showToc: true
10+
TocOpen: false
11+
draft: false
12+
hidemeta: false
13+
comments: false
14+
description: "Member and staff's page of the PascalCTF"
15+
canonicalURL: "https://pascalctf.it/members/"
16+
disableHLJS: true # to disable highlightjs
17+
disableShare: false
18+
disableHLJS: false
19+
hideSummary: false
20+
searchHidden: true
21+
ShowReadingTime: true
22+
ShowBreadCrumbs: true
23+
ShowPostNavLinks: true
24+
ShowWordCount: true
25+
ShowRssButtonInSectionTermList: true
26+
UseHugoToc: true
27+
cover:
28+
image: "https://pascalctf.it/embed.png" # image path/url
29+
alt: "PascalCTF's logo" # alt text
30+
caption: "Member and staff's page of the PascalCTF" # display caption under cover
31+
relative: false # when using page bundles set this to true
32+
hidden: true # only hide on current single page
33+
editPost:
34+
URL: "https://github.com/PascalCTF/PascalCTF.github.io/content"
35+
Text: "Suggest Changes" # edit text
36+
appendFilePath: true # to append file path to Edit link
37+
---
38+

content/sponsors/_index.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: "Sponsors ❤️"
3+
date: 1337-04-22T00:00:00+00:00
4+
# weight: 1
5+
# aliases: ["/first"]
6+
keywords: ["Blog", "CTF", "Capture The Flag", "Paolo", "PascalCTF"]
7+
# author: "Paolo"
8+
# author: ["Me", "You"] # multiple authors
9+
showToc: true
10+
TocOpen: false
11+
draft: false
12+
hidemeta: false
13+
comments: false
14+
description: "Sponsors's page of the PascalCTF"
15+
canonicalURL: "https://pascalctf.it/sponsors/"
16+
disableHLJS: true # to disable highlightjs
17+
disableShare: false
18+
disableHLJS: false
19+
hideSummary: false
20+
searchHidden: true
21+
ShowReadingTime: true
22+
ShowBreadCrumbs: true
23+
ShowPostNavLinks: true
24+
ShowWordCount: true
25+
ShowRssButtonInSectionTermList: true
26+
UseHugoToc: true
27+
cover:
28+
image: "<image path/url>" # image path/url
29+
alt: "PascalCTF's logo" # alt text
30+
caption: "Sponsor's page of the PascalCTF" # display caption under cover
31+
relative: false # when using page bundles set this to true
32+
hidden: true # only hide on current single page
33+
editPost:
34+
URL: "https://github.com/PascalCTF/PascalCTF.github.io/content"
35+
Text: "Suggest Changes" # edit text
36+
appendFilePath: true # to append file path to Edit link
37+
---

hugo.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ params:
1616
env: production # to enable google analytics, opengraph, twitter-cards and schema.
1717
title: PascalCTF
1818
description: "PascalCTF is a Capture The Flag (CTF) competition organized by the team Paolo."
19-
keywords: [Blog, CTF, Capture The Flag, Paolo, PascalCTF]
19+
keywords: ["Blog", "CTF", "Capture The Flag", "Paolo", "PascalCTF"]
2020
# author: PascalCTF
2121
# images: ["<link or path of image for opengraph, twitter-cards>"]
2222
DateFormat: "January 2, 2006"
2323
defaultTheme: auto # dark, light
2424
disableThemeToggle: false
25+
contentDir: "content"
2526

2627
ShowReadingTime: true
2728
ShowShareButtons: true

static/embed.png

341 KB
Loading

0 commit comments

Comments
 (0)