-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
28 lines (25 loc) · 1.17 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
title = "SuperNURDs | FRC Team 3255"
[author]
name = "SuperNURDs"
headline = "FIRST Robotics Competition Team 3255"
image = "logo.png"
links = [
{ instagram = "https://www.instagram.com/frcteam3255/" },
{ youtube = "https://www.youtube.com/@FRCTeam3255"},
{ link = { href = "https://frcteam3255.com/give", text= "Giving Link"}},
{ github = { href = "https://github.com/FRCTeam3255", text = "Code", icon = "github" } },
{ grabcad = { href = "https://grabcad.com/frc.team.3255.the.supernurds-2/models", text = "CAD"}},
{ facebook = "https://www.facebook.com/team3255sphssupernurds" },
{ linkedin = "https://www.linkedin.com/company/frcteam3255/posts/?feedView=all"},
{ tba = { href = "https://www.thebluealliance.com/team/3255/history", text= "History - The Blue Alliance"}},
{ first = { href = "https://www.firstinspires.org/", text= "FIRST Homepage"}},
{ first = { href = "https://www.firstinspires.org/robotics/frc", text= "FIRST Robotics Competition"}},
]
# Settings - DO NOT MODIFY
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[markup.highlight]
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true