-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (53 loc) · 1.58 KB
/
config.toml
File metadata and controls
62 lines (53 loc) · 1.58 KB
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
baseURL = 'https://vadaproject.github.io/' # This will be updated to vadaproject.github.io
languageCode = 'en-us'
title = 'Vada Project'
config = "config.toml"
theme = "osprey"
canonifyURLS = true
disableKinds = ["taxonomy", "taxonomyTerm"]
enableInlineShortcodes = true
[Params]
tagline = "A collaborative web app for philosophical debate"
author = "Leafy Wilson, Mae B. Morella, Braxton Meyer, Alexa Garcia"
description = "A senior project in computer science and philosophy, undertaken in Fall 2022 at Kennesaw State University."
logoBig = "/images/vp-logo-blue.svg"
logoSmall = "/images/icon.svg"
favicon = "/images/icon.svg"
opengraphImage = "/images/opengraph.png"
email = ""
customCSS = false
# Disable all besides the GitHub
# Social media links in footer
#twitter = "TomaNistor"
#linkedin = "tomanistor"
github = "VadaProject"
#facebook = ""
# Copyright and theme author credit in footer
copyright = true
credit = false
# Cache busting of static resources (additional set up required)
cacheBustCSS = true
cacheBustJS = true
# Code highlighting with highlight.js
# Choose either Formspree contact form or Basin contact form
# ajaxFormspree = false
# ajaxFormspreeGold = false
# ajaxBasin = "https://usebasin.com/f/0eae7044d4c2"
# Lazy loading with lazysizes
lazyloading = true
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Team"
url = "/#team"
weight = 2
[[menu.main]]
name = "Docs"
url = "/#docs"
weight = 3
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true