-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
77 lines (72 loc) · 2.03 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
title = "WRCCDC"
baseURL = "https://wrccdc.org/"
languageCode = "en-us"
theme = "ananke"
# themesDir = "../.."
MetaDataFormat = "yaml"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 10 # this is set low for demonstrating with dummy content. Set to a higher number.
googleAnalytics = ""
enableRobotsTXT = true
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
favicon = "images/favicon/favicon.ico"
description = "Western Regional Collegiate Cyber Defense Competition"
facebook = "https://facebook.com/wrccdc"
twitter = "https://twitter.com/wrccdc"
instagram = ""
youtube = ""
github = ""
gitlab = ""
linkedin = ""
mastodon = "https://defcon.social/@wrccdc"
slack = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
body_classes = "avenir bg-near-white"
featured_image = "/images/cover.jpg"
recent_posts_number = 2
ShowDatesOnPosts = false
mainSections = ["Seasons"] #index page "recent" section. Also, activates twitter form.
custom_css = ["css/custom.css"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
nofollowLinks = false
fractions = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
guessSyntax = false
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "monokai"
tabWidth = 4
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[[menu.main]]
name = "Store"
weight = 0
identifier = "Store"
url = "https://the-pier-at-coastline-college.myshopify.com/collections/WRCCDC-collection"