-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
179 lines (161 loc) · 6.76 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
baseurl = "https://alo.ees.vanderbilt.edu/ctli/"
DefaultContentLanguage = "en"
title = "Vanderbilt Computational Thinking and Learning Initiative"
theme = "hugo-future-imperfect-slim"
preserveTaxonomyNames = true
paginate = 3
disqusShortname = ""
googleAnalytics = ""
pluralizeListTitles = false
disableLanguages = [""]
relativeURLs = true
canonifyURLs = true
defaultMarkdownHandler = "blackfriday"
[params]
mainSections = ["blog", "post", "project"]
# Loads CSS and JavaScript files. The variable is an array so that you can load
# multiple/additional files if necessary. The standard theme files can be loaded
# by adding the value, "default". Default includes the add-on.css and and-on.js.
# Example: ["default", "/path/to/file"]
cssFiles = ["default"]
jsFiles = ["default"]
# Sets options for highlight.js
highlightjs = true
highlightjsTheme = "github"
highlightjsLang = ["html", "css", "js", "toml"]
# Sets where "View More Posts" links to
viewMorePostsLink = "/blog/"
# Activate Estimated Reading Times, which appear in the post headers
readingTime = true
# Sets which Social Share links appear in posts.
# Options are twitter, facebook, reddit, linkedin, pinterest, email
socialShare = ["twitter", "email"]
[params.meta]
# Sets the meta tag description
description = "An initiative to integrate research and teaching of computational thinking across the curriculum"
# Sets the meta tag author
author = "CTLI Team"
# If you would like to add more comprehensive favicon support passed root
# directory favicon.ico, utlize this funtion. It is recommened to use
# https://realfavicongenerator.net to generate your icons as that is the basis
# for the theme's naming.
favicon = true
svg = false
faviconVersion = "1"
msColor = "#ffffff" # Copy from the https://realfavicongenerator.net
iOSColor = "#ffffff" # Copy from the https://realfavicongenerator.net
[params.header]
# Sets the navbarTitle that appears in the top left of the navigation bar
navbarTitle = "CTLI"
# Sets navbarTitle to match the section of the website
dynamicTitles = true
searchMenu = true
shareMenu = true
languageMenu = true
# These are optional params related to the sidebar. They are recommended, but not
# required for proper functionality. HTML is supported within the params.
[params.intro]
header = "Computational Thinking and Learning Initiative"
paragraph = "Teaching and research on computational thinking across the curriculum"
rssIntro = true
socialIntro = true
# This appears at the top of the sidebar above params.intro.header.
# A width of less than 100px is recommended from a design perspective.
[params.intro.pic]
src = "/img/main/ctli_gold_logo.jpg"
# Masks image in a certain shape. Supported are circle, triangle, diamond, and hexagon.
shape = "circle"
width = ""
alt = "Computational Thinking and Learning Initiative"
[params.sidebar]
about = "About CTLI"
# Sets the number of recent posts to show in the sidebar. The default value is 5.
postAmount = 5
# set to show or to hide categories in the sidebar
categories = true
# Sets Categories to sort by number of posts instead of alphabetical
categoriesByCount = true
[params.footer]
# Sets RSS icons to appear on the sidebar with the social media buttons
rssFooter = true
# Sets Social Media icons to appear on the sidebar
socialFooter = true
# Disqus will take priority over Staticman (github.com/eduardoboucas/staticman)
# due to its ease of use. Feel free to check out both and decide which you would
# prefer to use. See staticman.yml for additional settings.
[params.staticman]
# If using GitHub, go to https://github.com/apps/staticman-net
# If using GitLab, just add the GitLab bot, NO need to hit `/connect/v3/...`
enabled = false
api = "" # without trailing slash, defaults to "staticman3.herokuapp.com"
gitProvider = "github" # either "github" or "gitlab"
username = ""
repo = ""
branch = ""
[params.staticman.recaptcha]
# Both keys must be present to enable recaptcha
siteKey = "" # Site Key
encryptedKey = ""
[menu]
# Sets the menu items in the navigation bar
# Identifier prepends a Font Awesome icon to the menu item
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
pre = "<i class='fa fa-home'></i>"
weight = 1
[[menu.main]]
name = "About"
identifier = "about"
url = "/about/"
pre = "<i class='far fa-id-card'></i>"
weight = 2
[[menu.main]]
name = "Projects"
identifier = "projects"
url = "/project/"
pre = "<i class='fas fa-chalkboard-teacher'></i>"
weight = 3
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
pre = "<i class='far fa-newspaper'></i>"
weight = 4
[[menu.main]]
name = "Categories"
identifier = "categories"
url = "/categories/"
pre = "<i class='fas fa-sitemap'></i>"
weight = 5
[[menu.main]]
name = "Contact"
identifier = "contact"
url = "/contact/"
pre = "<i class='far fa-envelope'></i>"
weight = 6
[Languages]
# Each language has its own menu.
[Languages.en]
LanguageCode = "en"
LanguageName = "English"
weight = 1
# Sets Social Media icons to appear and link to your account. Value should be your
# username unless otherwise noted. These are the icons affected by socialAppearAtTop
# and socialAppearAtBottom.
[social]
# Coding Communities
github = "vu-ctli"
slideshare = ""
# Social Networks
facebook = ""
youtube = ""
vimeo = ""
whatsapp = "" # WhatsApp Number
twitter = ""
skype = ""
googlescholar = ""
orcid = ""
# Email
email = ""