1+ baseURL : https://pascalctf.it/
2+ languageCode : en-us
3+ title : PascalCTF
4+ theme : " PaperMod"
5+
6+ enableRobotsTXT : true
7+ buildDrafts : false
8+ buildFuture : false
9+ buildExpired : false
10+
11+ minify :
12+ disableXML : true
13+ minifyOutput : true
14+
15+ params :
16+ env : production # to enable google analytics, opengraph, twitter-cards and schema.
17+ title : PascalCTF
18+ description : " PascalCTF is a Capture The Flag (CTF) competition organized by the team Paolo."
19+ keywords : [Blog, CTF, Capture The Flag, Paolo, PascalCTF]
20+ # author: PascalCTF
21+ # images: ["<link or path of image for opengraph, twitter-cards>"]
22+ DateFormat : " January 2, 2006"
23+ defaultTheme : auto # dark, light
24+ disableThemeToggle : false
25+
26+ ShowReadingTime : true
27+ ShowShareButtons : true
28+ ShowPostNavLinks : true
29+ ShowBreadCrumbs : true
30+ ShowCodeCopyButtons : false
31+ ShowWordCount : true
32+ ShowRssButtonInSectionTermList : true
33+ UseHugoToc : true
34+ disableSpecial1stPost : false
35+ disableScrollToTop : false
36+ comments : false
37+ hidemeta : false
38+ hideSummary : false
39+ showtoc : false
40+ tocopen : false
41+
42+ assets :
43+ # disableHLJS: true # to disable highlight.js
44+ # disableFingerprinting: true
45+ favicon : " /assets/logo.ico"
46+
47+ label :
48+ text : " Home"
49+ icon : /apple-touch-icon.png
50+ iconHeight : 35
51+
52+ # profile-mode
53+ profileMode :
54+ enabled : true # needs to be explicitly set
55+ title : PascalCTF
56+ subtitle : " PascalCTF is a Capture The Flag (CTF) competition organized by the team Paolo."
57+ imageUrl : " /logo.png"
58+ imageWidth : 250
59+ imageHeight : 250
60+ # imageTitle: "PascalCTF"
61+
62+ socialIcons :
63+ - name : ctftime
64+ url : " https://ctftime.org/team/263145"
65+ - name : github
66+ url : " https://github.com/PascalCTF"
67+ - name : discord
68+ url : " https://discord.com/invite/5rbB4CFeAd"
69+
70+ # analytics:
71+ # google:
72+ # SiteVerificationTag: "XYZabc"
73+ # bing:
74+ # SiteVerificationTag: "XYZabc"
75+ # yandex:
76+ # SiteVerificationTag: "XYZabc"
77+
78+ cover :
79+ hidden : true # hide everywhere but not in structured data
80+ hiddenInList : true # hide on list pages and home
81+ hiddenInSingle : true # hide on single page
82+
83+ editPost :
84+ URL : " https://github.com/PascalCTF/PascalCTF.github.io"
85+ Text : " Suggest Changes" # edit text
86+ appendFilePath : true # to append file path to Edit link
87+
88+ # for search
89+ # https://fusejs.io/api/options.html
90+ fuseOpts :
91+ isCaseSensitive : false
92+ shouldSort : true
93+ location : 0
94+ distance : 1000
95+ threshold : 0.4
96+ minMatchCharLength : 0
97+ limit : 10 # refer: https://www.fusejs.io/api/methods.html#search
98+ keys : ["title", "permalink", "summary", "content"]
99+ menu :
100+ main :
101+ - identifier : Members
102+ name : Members 🖥️
103+ url : /members/
104+ weight : 10
105+ - identifier : Sponsors
106+ name : Sponsors ❤️
107+ url : /sponsors/
108+ weight : 20
109+ # - identifier: CTFtime
110+ # name: CTFtime
111+ # url: https://ctftime.org/team/263145
112+ # weight: 30
0 commit comments