-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
56 lines (46 loc) · 1.19 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
baseurl = "https://cybersecnitd.github.io/"
theme = "casper-two"
languageCode = "en-US"
disqusShortname = ""
paginate = 6
#SectionPagesMenu = "main"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
title = "CyberSec NITD"
subtitle = "Cyber security club at NIT Delhi"
cover = ""
description = "Face of NITD Cyber Security Club on the web"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
githubName = "CyberSecNITD"
telegramLink = "https://t.me/joinchat/Ez80i0_cdc8cQv5IUceBzg"
logo = ""
orgName = "CyberSec NITD"
orgWebsite = "https://cybersecnitd.github.io"
orgDescription = "Cyber security club at NIT Delhi"
author = "CyberSec NITD"
authorAvatar = "img/ghost-icon.png"
authorLocation = "Bandung, ID"
authorDescription = ""
pageNotFoundTitle = "404 - Page not found"
#casper or caspertwo
singleViewStyle = "casper"
[permalinks]
post = "/:slug/"
[[menu.main]]
name = "Blog"
weight = 1
url = "/post/"
[[menu.main]]
name = "Segfault"
weight = 2
url = "/tags/segfault/"
[[menu.main]]
name = "About"
weight = 3
url = "/about/"